From df6e009c09bba44e3078d3cbc26a9dd748621d66 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 20 Aug 2018 13:33:35 +0530 Subject: [PATCH] db changes for local envirnment --- Apollo/api/application/config/database.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Apollo/api/application/config/database.php b/Apollo/api/application/config/database.php index b7898b18..3f18384a 100755 --- a/Apollo/api/application/config/database.php +++ b/Apollo/api/application/config/database.php @@ -76,12 +76,12 @@ $query_builder = TRUE; $db['default'] = array( 'dsn' => '', 'hostname' => 'apollodec.com', - 'username' => 'apollod4_SIT', - 'password' => 'apollosit1234', - 'database' => 'apollod4_ApolloDECNEWSIT', - // 'username' => 'apollod4_DEV', - // 'password' => 'apollo1234', - // 'database' => 'apollod4_ApolloDECDev', +// 'username' => 'apollod4_SIT', +// 'password' => 'apollosit1234', +// 'database' => 'apollod4_ApolloDECNEWSIT', + 'username' => 'apollod4_DEV', + 'password' => 'apollo1234', + 'database' => 'apollod4_ApolloDECDev', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE,