summaryrefslogtreecommitdiff
path: root/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.php')
-rw-r--r--config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sample.php b/config.sample.php
index 9c1746a..6d02fa2 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -17,11 +17,11 @@ $config = [
// Remove this section if you are not using session authentication.
'session' => [
- 'mysql' [
+ 'mysql' => [
'dsn' => 'mysql:host=localhost;dbname=DATABASE;charset=utf8',
'username' => 'USER',
'password' => 'PASSWORD',
- 'table' => 'TABLE',
+ 'tablename' => 'TABLE',
],
'timeout' => 60,
],