From 86c436e8551a58ce394ec2f7c4be6bde02d23c12 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Fri, 2 Dec 2022 14:07:28 +0100 Subject: [PATCH] =?UTF-8?q?test=20r=C3=A9solution=20de=20la=20base=20de=20?= =?UTF-8?q?donn=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/API/config/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/API/config/Config.php b/Sources/API/config/Config.php index d562580..d4e8009 100644 --- a/Sources/API/config/Config.php +++ b/Sources/API/config/Config.php @@ -7,6 +7,7 @@ $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