summaryrefslogtreecommitdiff
path: root/config/config.prod.yaml
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'config/config.prod.yaml')
-rw-r--r--config/config.prod.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.prod.yaml b/config/config.prod.yaml
index 7a9e5ae..0bee79d 100644
--- a/config/config.prod.yaml
+++ b/config/config.prod.yaml
@@ -32,7 +32,7 @@ auth:
db:
type: sqlite3
config:
- dsn: 'file:/data/auth.db?cache=private&mode=rwc&_locking_mode=EXCLUSIVE&_mutex=no&_auto_vacuum=2'
+ dsn: 'file:/data/auth.db?cache=private&mode=rwc&_locking_mode=EXCLUSIVE&_mutex=no&_auto_vacuum=2&_journal_mode=WAL'
salt: '${AUTH_SALT}'
mail:
clientHost: '${FQDN}'