Fixed local dev config for db

This commit is contained in:
Alejandro Celaya 2021-08-14 19:23:08 +02:00
parent a7dd441333
commit 80e033c91d

View File

@ -10,6 +10,8 @@ return [
'password' => 'root',
'driver' => 'pdo_mysql',
'host' => 'shlink_db',
'dbname' => 'shlink',
'charset' => 'utf8',
],
],