Added database support
This commit is contained in:
@@ -47,6 +47,27 @@ class Database extends Config
|
||||
'numberNative' => false,
|
||||
];
|
||||
|
||||
public array $digifi_db = [
|
||||
'DSN' => '',
|
||||
'hostname' => '10.10.10.48',
|
||||
'username' => 'digifi',
|
||||
'password' => 'digifi',
|
||||
'database' => 'digifi_db',
|
||||
'DBDriver' => 'postgre',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
'DBDebug' => true,
|
||||
'charset' => 'utf8',
|
||||
'DBCollat' => 'utf8_general_ci',
|
||||
'swapPre' => '',
|
||||
'encrypt' => false,
|
||||
'compress' => false,
|
||||
'strictOn' => false,
|
||||
'failover' => [],
|
||||
'port' => 5432,
|
||||
'numberNative' => false,
|
||||
];
|
||||
|
||||
/**
|
||||
* This database connection is used when
|
||||
* running PHPUnit database tests.
|
||||
|
||||
Reference in New Issue
Block a user