Blog data update
This commit is contained in:
@@ -32,10 +32,10 @@ class Database extends Config
|
||||
*/
|
||||
public $default = [
|
||||
'DSN' => '',
|
||||
'hostname' => 'localhost',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'database' => '',
|
||||
'hostname' => '10.10.33.60',
|
||||
'username' => 'postgres',
|
||||
'password' => 'may12002',
|
||||
'database' => 'chiefsoft_blog',
|
||||
'DBDriver' => 'MySQLi',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
@@ -50,6 +50,8 @@ class Database extends Config
|
||||
'port' => 3306,
|
||||
];
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* This database connection is used when
|
||||
* running PHPUnit database tests.
|
||||
|
||||
Reference in New Issue
Block a user