From 34a693ead0ade1698132e226acb21abf42d673f7 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 9 Jan 2023 20:06:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-rest/index.php b/api-rest/index.php index 86a8045..2524292 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -21,7 +21,7 @@ //$ini_array= parse_ini_file("config.ini"); $dsn = "mysql:host=db".";port=3036;dbname=". getenv("MYSQL_DATABASE"); - $username = getenv("MYSQL_USER_TOM"); + $username = "root"; $password = getenv("MYSQL_PASSWORD_TOM"); echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " ";