Gate postgres links

This commit is contained in:
2023-01-24 10:29:57 -05:00
parent 53529c2df7
commit 84c4322bde
5 changed files with 48 additions and 1 deletions
+20
View File
@@ -50,6 +50,26 @@ class Database extends Config
'port' => 3306,
];
public $mermsemr = [
'DSN' => '',
'hostname' => '10.20.30.60',
'username' => 'mermsemr',
'password' => 'mermsemr',
'database' => 'mermsemr_dev',
'DBDriver' => 'postgre',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => (ENVIRONMENT !== 'production'),
'charset' => 'utf8',
'DBCollat' => 'utf8_general_ci',
'swapPre' => '',
'encrypt' => false,
'compress' => false,
'strictOn' => false,
'failover' => [],
'port' => 3306,
];
public $mermsemr_blog = [
'DSN' => '',
'hostname' => '10.10.33.60',