From 219316e84c4c88d6845521d8d7e65c64f0c9f614 Mon Sep 17 00:00:00 2001 From: ginctronic Date: Sun, 23 Nov 2025 13:02:29 +0100 Subject: [PATCH] test db --- config/test_db.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config/test_db.php b/config/test_db.php index 4cf8e32..f83a637 100644 --- a/config/test_db.php +++ b/config/test_db.php @@ -1,12 +1,14 @@ load(); + +$DB_HOST = $_ENV['DB_HOST']; +$DB_PORT = $_ENV['DB_PORT']; +$DB_NAME = $_ENV['DB_DATABASE']; +$DB_USER = $_ENV['DB_USERNAME']; +$DB_PASS = $_ENV['DB_PASSWORD']; try { $pdo = new PDO(