Set test db config

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

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

Loading…
Cancel
Save