From 94131a667f7025cb86fe19b455c9ebcc278a34b4 Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 09:59:53 +0200 Subject: [PATCH] Update config.php Signed-off-by: nestict --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 148e18a..a4632fc 100644 --- a/config.php +++ b/config.php @@ -5,9 +5,9 @@ // Database PHPNuxBill $db_host = 'localhost'; - $db_user = 'Nestict'; - $db_password = 'Kenya@2030!'; - $db_name = 'mbsa'; + $db_user = 'test'; + $db_password = 'test!'; + $db_name = 'test'; if($_app_stage!='Live'){ error_reporting(E_ERROR);