This commit is contained in:
Sanjeev 2020-11-16 10:22:58 +05:30
parent 8954216fef
commit 7df0dad6c2

View File

@ -76,17 +76,18 @@ $query_builder = TRUE;
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => 'apollodec.com', 'hostname' => 'apollodec.com',
// 'username' => 'apollod4_SIT', 'username' => 'apollod4_SIT',
// 'password' => 'apollosit1234', 'password' => 'apollosit1234',
// 'database' => 'apollod4_ApolloDECNEWSIT', // 'database' => 'apollod4_SIT',
'database' => 'apollod4_ApolloDECNEWSIT',
// 'username' => 'apollod4_DEV', // 'username' => 'apollod4_DEV',
// 'password' => 'apollo1234', // 'password' => 'apollo1234',
// 'database' => 'apollod4_ApolloDECDev', // 'database' => 'apollod4_ApolloDECDev',
'username' => 'apollod4_PROD', // 'username' => 'apollod4_PROD',
'password' => 'approd!2017', // 'password' => 'approd!2017',
'database' => 'apollod4_ApolloDECNEWPROD', // 'database' => 'apollod4_ApolloDECNEWPROD',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',
'pconnect' => FALSE, 'pconnect' => FALSE,