blog data

This commit is contained in:
CHIEFSOFT\ameye
2024-04-15 12:37:41 -04:00
parent d5838d9a07
commit 67e31d47c2
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -77,6 +77,25 @@ class Database extends Config
'foreignKeys' => true,
];
public $wrench_dockerblog = [
'DSN' => '',
'hostname' => '10.10.10.35',
'username' => 'bloguser',
'password' => 'bloguserF22!',
'database' => 'wrenchboard',
'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 $wrench_blog = [
'DSN' => '',
'hostname' => '10.10.33.60',