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