From 7ea86f775284d2ded0278e4acc676722bea5cca0 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 27 Nov 2017 12:59:06 +0530 Subject: [PATCH] changed db access --- Apollo/api/application/config/database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Apollo/api/application/config/database.php b/Apollo/api/application/config/database.php index 960fe8ed..f8df5be8 100644 --- a/Apollo/api/application/config/database.php +++ b/Apollo/api/application/config/database.php @@ -75,10 +75,10 @@ $query_builder = TRUE; $db['default'] = array( 'dsn' => '', - 'hostname' => 'venbainfotech.com', - 'username' => 'kasirama_Apollo', + 'hostname' => 'apollodec.com', + 'username' => 'apollod4_DEV', 'password' => 'apollo1234', - 'database' => 'kasirama_ApolloDEV', + 'database' => 'apollod4_ApolloDECDev', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE,