From f80492db66ddcbb41e89bbdd630907c7f43f5a49 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 17:20:47 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/con?= =?UTF-8?q?fig.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/config/config.php b/Sources/config/config.php index 3589fe63..59edb950 100755 --- a/Sources/config/config.php +++ b/Sources/config/config.php @@ -5,7 +5,7 @@ use Shared\Log; $dotenv = Dotenv::createUnsafeImmutable(__DIR__,'.env'); $dotenv->safeLoad(); -echo($dotenv) +echo($dotenv); // apenrently getEnv is not a good thing cause // const DB_HOST = $_ENV['DB_HOST'] ?? 'localhost'; // const DB_DATABASE = $_ENV['DB_DATABASE'] ?? 'heartTrack';