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