shlink/config/autoload/entity-manager.local.php.dist
2022-01-10 13:09:24 +01:00

18 lines
329 B
Text

<?php
declare(strict_types=1);
return [
'entity_manager' => [
'connection' => [
'user' => 'root',
'password' => 'root',
'driver' => 'pdo_mysql',
'host' => 'shlink_db_mysql',
'dbname' => 'shlink',
'charset' => 'utf8mb4',
],
],
];