Set test db config

correction_routeur^2
Victor SOULIER 1 year ago
parent 21d001734e
commit af0f01f87d

@ -3,8 +3,8 @@ namespace config;
$config = [
"rep" => __DIR__.'/../',
"db" => ["dsn" => '',
"login" => '',
"db" => ["dsn" => 'pgsql:host=localhost;port=5432;dbname=sae2a',
"login" => 'postgres',
"mdp" =>''],
"vues" => ["index" => 'vues/index.php']
];

Loading…
Cancel
Save