From 95d6bf04411d39e2c330029aa8a65b2954841e0e Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 00:04:48 +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 fea1340..c931407 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -32,7 +32,7 @@ // ------ //$ini_array= parse_ini_file("config.ini"); - $dsn = "mysql: host=BOB_PARTEAM-mysql;dbname=" . getenv("MYSQL_DATABASE"); + $dsn = "mysql:host=BOB_PARTEAM-mysql;dbname=" . getenv("MYSQL_DATABASE"); $username = getenv("MYSQL_USER"); $password = getenv("MYSQL_PASSWORD");