mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Fixed charset in local entity manager config
This commit is contained in:
parent
f4dd27ca3f
commit
5b3c6f7752
@ -11,7 +11,7 @@ return [
|
|||||||
'driver' => 'pdo_mysql',
|
'driver' => 'pdo_mysql',
|
||||||
'host' => 'shlink_db_mysql',
|
'host' => 'shlink_db_mysql',
|
||||||
'dbname' => 'shlink',
|
'dbname' => 'shlink',
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8mb4',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user