naming changes

This commit is contained in:
saravanakumar_kandasami 2018-02-01 16:50:31 +05:30
parent 5c27be6fef
commit ff3bb283ca

View File

@ -76,9 +76,9 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => 'apollodec.com', 'hostname' => 'apollodec.com',
'username' => 'apollod4_SIT', 'username' => 'apollod4_DEV',
'password' => 'apollosit1234', 'password' => 'apollo1234',
'database' => 'apollod4_ApolloDECSIT', 'database' => 'apollod4_ApolloDECDev',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',
'pconnect' => FALSE, 'pconnect' => FALSE,