shlink/config/autoload/entity-manager.local.php.dist
2021-04-11 11:44:10 +02:00

16 lines
253 B
Text

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