shlink/config/autoload/entity-manager.local.php.dist
2021-08-14 19:23:08 +02:00

18 lines
320 B
Text

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