From 1e23c5bd4f7b5a9cdce50ab019653a1e0be130fd Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Sun, 27 Nov 2022 01:39:38 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/php=5Fscri?= =?UTF-8?q?pt/script/config.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/php_script/script/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/php_script/script/config.php b/Sources/php_script/script/config.php index a8bb9dd..370a729 100644 --- a/Sources/php_script/script/config.php +++ b/Sources/php_script/script/config.php @@ -4,7 +4,7 @@ function connection(): bool|int|mysqli { $username = $_ENV["USER"]; //Get the username - $host = $_ENV["HOST"]; //Get the url of the database + $host = "localhost:3306"; //Get the url of the database $password = $_ENV["PASSWORD"]; //Get the password for the user selected $db_name = $_ENV["DATABASE"]; //Get the name of the database