Add dashboard sync for generatedata

This commit is contained in:
sas.fajri
2026-04-29 09:51:55 +07:00
parent c0f0caad9e
commit c5b92649bd
3 changed files with 2524 additions and 0 deletions

View File

@@ -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',