fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user