Add dashboard sync for generatedata
This commit is contained in:
@@ -163,6 +163,28 @@ $db['cpone_corporate'] = array(
|
||||
'save_queries' => TRUE
|
||||
);
|
||||
|
||||
$db['cpone_dashboard'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => 'localhost',
|
||||
'username' => 'admin',
|
||||
'password' => 'Sasone!102938',
|
||||
'database' => 'cpone_dashboard',
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
'db_debug' => FALSE,
|
||||
'cache_on' => FALSE,
|
||||
'cachedir' => '',
|
||||
'char_set' => 'utf8',
|
||||
'dbcollat' => 'utf8_general_ci',
|
||||
'swap_pre' => '',
|
||||
'encrypt' => FALSE,
|
||||
'compress' => FALSE,
|
||||
'stricton' => FALSE,
|
||||
'failover' => array(),
|
||||
'save_queries' => TRUE
|
||||
);
|
||||
|
||||
$db['cpone_log'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => 'localhost',
|
||||
|
||||
Reference in New Issue
Block a user