From 0bac9d3e720d433e836a27f080e7340d51d97000 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 00:02:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/index.php?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-rest/index.php b/api-rest/index.php index 984a8dd..fea1340 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -33,8 +33,8 @@ //$ini_array= parse_ini_file("config.ini"); $dsn = "mysql: host=BOB_PARTEAM-mysql;dbname=" . getenv("MYSQL_DATABASE"); - $username = getenv("MYSQL_USER_TOM"); - $password = getenv("MYSQL_PASSWORD_TOM"); + $username = getenv("MYSQL_USER"); + $password = getenv("MYSQL_PASSWORD"); echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " ";