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';