From cdbe444e17d438f52bc0eaa923a0d62003f86c48 Mon Sep 17 00:00:00 2001 From: tokslaw7 Date: Fri, 17 Mar 2023 23:33:52 +0000 Subject: [PATCH] Fixed DB driver --- app/Config/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Database.php b/app/Config/Database.php index 26851be..01a406d 100644 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -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'),