aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/config.php b/config.php
index 0e83ebe..5df7b42 100644
--- a/config.php
+++ b/config.php
@@ -2,10 +2,9 @@
return [
'database' => [
- 'name' => 'pgsql_database',
- 'username' => 'pgsql_username',
- 'password' => 'pgsql_password',
- 'connection' => 'pgsql:',
+ 'dsn' => 'sql:;dbname=sql_database',
+ 'username' => 'sql_username',
+ 'password' => 'sql_password',
'options' => [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION
]
@@ -17,5 +16,5 @@ return [
'name' => 'email_name',
'username' => 'email_username',
'password' => 'email_password',
- ]
+ ],
];