Fixed DB driver

This commit is contained in:
tokslaw7
2023-03-17 23:33:52 +00:00
parent c29c8513b0
commit cdbe444e17
+1 -1
View File
@@ -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'),