This commit is contained in:
dev-chiefworks
2022-04-13 21:05:03 -04:00
parent 1db9e33ccd
commit c99d1d576d
2 changed files with 38 additions and 18 deletions
+20
View File
@@ -30,6 +30,26 @@ class Database extends Config
*
* @var array
*/
public $db = [
'DSN' => '',
'hostname' => '10.10.33.21',
'username' => 'savvy',
'password' => 'savvy001!',
'database' => 'savvy',
'DBDriver' => 'postgre',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => (ENVIRONMENT !== 'production'),
'charset' => 'utf8',
'DBCollat' => 'utf8_general_ci',
'swapPre' => '',
'encrypt' => false,
'compress' => false,
'strictOn' => false,
'failover' => [],
'port' => 5432,
];
public $default = [
'DSN' => '',
'hostname' => 'localhost',