diff --git a/project/src/config/config.php b/project/src/config/config.php index 9d3af8d..30d0d8e 100644 --- a/project/src/config/config.php +++ b/project/src/config/config.php @@ -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'] ];