Wp for the site
This commit is contained in:
@@ -90,12 +90,12 @@ class Database extends Config
|
||||
'port' => 5432,
|
||||
];
|
||||
|
||||
public $mermsemr_blog = [
|
||||
public $float_blog = [
|
||||
'DSN' => '',
|
||||
'hostname' => '10.10.33.60',
|
||||
'username' => 'mermsemr',
|
||||
'password' => 'may12002',
|
||||
'database' => 'blog_mermsemr_com',
|
||||
'username' => 'float',
|
||||
'password' => 'float.user',
|
||||
'database' => 'float_blog',
|
||||
'DBDriver' => 'MySQLi',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
@@ -110,12 +110,12 @@ class Database extends Config
|
||||
'port' => 3306,
|
||||
];
|
||||
|
||||
public $mermsemr_site = [
|
||||
public $float_site = [
|
||||
'DSN' => '',
|
||||
'hostname' => '10.10.33.60',
|
||||
'username' => 'mermsemr',
|
||||
'password' => 'may12002',
|
||||
'database' => 'site_mermsemr_com',
|
||||
'username' => 'float',
|
||||
'password' => 'float.user',
|
||||
'database' => 'float_blog',
|
||||
'DBDriver' => 'MySQLi',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
|
||||
Reference in New Issue
Block a user