Wp for the site

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 18:10:30 -04:00
parent 65331780f6
commit 21e9a6a806
3 changed files with 558 additions and 8 deletions
+8 -8
View File
@@ -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,