From 3bc50ae67716b1da5b126dfd5b22edc5d1f53bad Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 17:19:30 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/config/config.php b/Sources/config/config.php index 8ddae748..3589fe63 100755 --- a/Sources/config/config.php +++ b/Sources/config/config.php @@ -5,6 +5,7 @@ use Shared\Log; $dotenv = Dotenv::createUnsafeImmutable(__DIR__,'.env'); $dotenv->safeLoad(); +echo($dotenv) // apenrently getEnv is not a good thing cause // const DB_HOST = $_ENV['DB_HOST'] ?? 'localhost'; // const DB_DATABASE = $_ENV['DB_DATABASE'] ?? 'heartTrack';