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