Update config.php

Signed-off-by: nestict <icttechnest@gmail.com>
This commit is contained in:
nestict 2025-05-24 09:59:53 +02:00
parent 985ba683b8
commit 94131a667f

View File

@ -5,9 +5,9 @@
// Database PHPNuxBill // Database PHPNuxBill
$db_host = 'localhost'; $db_host = 'localhost';
$db_user = 'Nestict'; $db_user = 'test';
$db_password = 'Kenya@2030!'; $db_password = 'test!';
$db_name = 'mbsa'; $db_name = 'test';
if($_app_stage!='Live'){ if($_app_stage!='Live'){
error_reporting(E_ERROR); error_reporting(E_ERROR);