This commit is contained in:
dev-chiefworks
2022-04-17 15:08:11 -04:00
parent 0046bcb683
commit 990775c4fb
+1 -1
View File
@@ -36,7 +36,7 @@ class Database extends Config
'username' => 'savvy',
'password' => 'savvy001!',
'database' => 'savvy',
'DBDriver' => 'postgre',
'DBDriver' => 'Postgre',
'DBPrefix' => '',
'pConnect' => false,
'DBDebug' => (ENVIRONMENT !== 'production'),