Clean up
This commit is contained in:
@@ -50,6 +50,45 @@ class Database extends Config
|
||||
'port' => 3306,
|
||||
];
|
||||
|
||||
public $mermsemr_blog = [
|
||||
'DSN' => '',
|
||||
'hostname' => '10.10.33.60',
|
||||
'username' => 'mermsemr',
|
||||
'password' => 'may12002',
|
||||
'database' => 'blog_mermsemr_com',
|
||||
'DBDriver' => 'MySQLi',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
'DBDebug' => (ENVIRONMENT !== 'production'),
|
||||
'charset' => 'utf8',
|
||||
'DBCollat' => 'utf8_general_ci',
|
||||
'swapPre' => '',
|
||||
'encrypt' => false,
|
||||
'compress' => false,
|
||||
'strictOn' => false,
|
||||
'failover' => [],
|
||||
'port' => 3306,
|
||||
];
|
||||
|
||||
public $mermsemr_site = [
|
||||
'DSN' => '',
|
||||
'hostname' => '10.10.33.60',
|
||||
'username' => 'mermsemr',
|
||||
'password' => 'may12002',
|
||||
'database' => 'site_mermsemr_com',
|
||||
'DBDriver' => 'MySQLi',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
'DBDebug' => (ENVIRONMENT !== 'production'),
|
||||
'charset' => 'utf8',
|
||||
'DBCollat' => 'utf8_general_ci',
|
||||
'swapPre' => '',
|
||||
'encrypt' => false,
|
||||
'compress' => false,
|
||||
'strictOn' => false,
|
||||
'failover' => [],
|
||||
'port' => 3306,
|
||||
];
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user