From c39a66beb57f7794f125ba4b00781252f31cef67 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 14:23:31 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/API/config?= =?UTF-8?q?/Config.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/API/config/Config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/API/config/Config.php b/Sources/API/config/Config.php index d4e8009..5b648a6 100644 --- a/Sources/API/config/Config.php +++ b/Sources/API/config/Config.php @@ -6,8 +6,4 @@ $dsn='mysql:host='.getenv("DB_SERVER").';dbname='.getenv("MARIADB_DATABASE"); $dbname=getenv("MARIADB_DATABASE"); $usr=getenv("MARIADB_USER"); $mdp=getenv("MARIADB_PASSWORD"); - -echo "test"; -echo getenv("DB_SERVER"); -echo getenv("MARIADB_DATABASE"); ?> \ No newline at end of file