update : penambahan dan perbaikan modul report saturssa
This commit is contained in:
@@ -74,13 +74,35 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
$active_group = 'default';
|
||||
$query_builder = TRUE;
|
||||
|
||||
// $db['default'] = array(
|
||||
// 'dsn' => '',
|
||||
// 'hostname' => 'localhost',
|
||||
// 'username' => 'root',
|
||||
// 'password' => '',
|
||||
// 'database' => 'db_saturssa',
|
||||
// 'dbdriver' => 'mysqli',
|
||||
// 'dbprefix' => '',
|
||||
// 'pconnect' => FALSE,
|
||||
// 'db_debug' => (ENVIRONMENT !== 'production'),
|
||||
// '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['default'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => 'localhost',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'hostname' => '10.10.150.135',
|
||||
'username' => 'postgres',
|
||||
'password' => 'itikom123',
|
||||
'database' => 'db_saturssa',
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbdriver' => 'postgre',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
'db_debug' => (ENVIRONMENT !== 'production'),
|
||||
@@ -93,7 +115,9 @@ $db['default'] = array(
|
||||
'compress' => FALSE,
|
||||
'stricton' => FALSE,
|
||||
'failover' => array(),
|
||||
'save_queries' => TRUE
|
||||
'save_queries' => TRUE,
|
||||
'port' => 5432,
|
||||
'init_command' => "SET TIME ZONE 'Asia/Jakarta'"
|
||||
);
|
||||
|
||||
$db['saturssa'] = array(
|
||||
@@ -142,6 +166,50 @@ $db['datasim'] = array(
|
||||
'save_queries' => TRUE
|
||||
);
|
||||
|
||||
$db['datagomed'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => '10.10.123.163',
|
||||
'username' => 'stim',
|
||||
'password' => 'stim*RS54',
|
||||
'database' => 'gomed_db',
|
||||
'dbdriver' => 'postgre',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
'db_debug' => (ENVIRONMENT !== 'production'),
|
||||
'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['dataradiologi'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => '10.10.123.141',
|
||||
'username' => 'simrs',
|
||||
'password' => 'RISadmin@2022',
|
||||
'database' => 'fk_radiology',
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
'db_debug' => (ENVIRONMENT !== 'production'),
|
||||
'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['default']['hostname'] = 'localhost';
|
||||
// $db['default']['username'] = 'root';
|
||||
// $db['default']['password'] = '';
|
||||
|
||||
Reference in New Issue
Block a user