From a4647abf86f0ea22c916dfbed29d9a7b46e7de15 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 18 Mar 2024 19:00:06 +0530 Subject: [PATCH] Delegation flash msg fixes : ps --- application/config/testing/database.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/application/config/testing/database.php b/application/config/testing/database.php index 5b03786..e8e83ce 100644 --- a/application/config/testing/database.php +++ b/application/config/testing/database.php @@ -75,14 +75,14 @@ $db['default'] = array( 'dsn' => '', - 'hostname' => 'localhost', - 'username' => 'root', - 'password' => '', - 'database' => 'venbaehn_ams', - // 'hostname' => '119.18.54.85', - // 'username' => 'venbaehn_ams', - // 'password' => 'L;nD7Z@f)1ZT', + // 'hostname' => 'localhost', + // 'username' => 'root', + // 'password' => '', // 'database' => 'venbaehn_ams', + 'hostname' => '119.18.54.85', + 'username' => 'venbaehn_ams', + 'password' => 'L;nD7Z@f)1ZT', + 'database' => 'venbaehn_ams', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE,