mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
Fixed charset in local entity manager config
This commit is contained in:
parent
f4dd27ca3f
commit
5b3c6f7752
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ return [
|
|||
'driver' => 'pdo_mysql',
|
||||
'host' => 'shlink_db_mysql',
|
||||
'dbname' => 'shlink',
|
||||
'charset' => 'utf8',
|
||||
'charset' => 'utf8mb4',
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue