diff options
Diffstat (limited to 'config/config.local.yaml')
| -rw-r--r-- | config/config.local.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.local.yaml b/config/config.local.yaml index 327bad4..e23c808 100644 --- a/config/config.local.yaml +++ b/config/config.local.yaml @@ -32,7 +32,8 @@ auth: db: type: sqlite3 config: - dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc&_journal_mode=WAL' + # dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc&_journal_mode=WAL' + dsn: 'file:/tmp/auth.db?cache=private&mode=rwc&_locking_mode=EXCLUSIVE&_mutex=no&_auto_vacuum=2&_journal_mode=WAL' salt: '123' mail: clientHost: '127.0.0.1:3000' |