Fixed DB driver
This commit is contained in:
@@ -36,7 +36,7 @@ class Database extends Config
|
||||
'username' => 'postgres',
|
||||
'password' => 'may12002',
|
||||
'database' => 'chiefsoft_blog',
|
||||
'DBDriver' => 'MySQLi',
|
||||
'DBDriver' => 'Postgre',
|
||||
'DBPrefix' => '',
|
||||
'pConnect' => false,
|
||||
'DBDebug' => (ENVIRONMENT !== 'production'),
|
||||
|
||||
Reference in New Issue
Block a user