Blog data update

This commit is contained in:
Olu Amey
2023-01-02 10:51:47 -05:00
parent 84f7f24080
commit 2700abdca6
6 changed files with 1332 additions and 5 deletions
+6 -4
View File
@@ -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.