summaryrefslogtreecommitdiffci
path: root/config/config.prod.yaml
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-25 19:41:49 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-25 19:41:49 +0700
commit634fa487aa91c1a12af0ddb0cb0744c27df12c04 (patch)
treec2cd8de15a4005505bfe450c64e6e88ef1bd1f32 /config/config.prod.yaml
parent249f73a7eff43994ed91fb1e1bef8edf5ac6c86a (diff)
downloadweb-634fa487aa91c1a12af0ddb0cb0744c27df12c04.tar.gz
web-634fa487aa91c1a12af0ddb0cb0744c27df12c04.zip
feat: enable WAL journal mode for db
fix: green colors on unsubscribe page feat: properly shutdown blog trigger scheduler
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}'