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(
'dsn' => '',
'hostname' => 'apollodec.com',
// 'username' => 'apollod4_SIT',
// 'password' => 'apollosit1234',
// 'database' => 'apollod4_ApolloDECNEWSIT',
'username' => 'apollod4_SIT',
'password' => 'apollosit1234',
// 'database' => 'apollod4_SIT',
'database' => 'apollod4_ApolloDECNEWSIT',
// 'username' => 'apollod4_DEV',
// 'password' => 'apollo1234',
// 'database' => 'apollod4_ApolloDECDev',
'username' => 'apollod4_PROD',
'password' => 'approd!2017',
'database' => 'apollod4_ApolloDECNEWPROD',
// 'username' => 'apollod4_PROD',
// 'password' => 'approd!2017',
// 'database' => 'apollod4_ApolloDECNEWPROD',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,