feat: deactivate cache in dev config

This commit is contained in:
2025-11-07 18:13:30 +01:00
parent 5b906a7708
commit 9511b46af0

View File

@@ -9,6 +9,7 @@ host=localhost
secret=CHANGE-ME secret=CHANGE-ME
debug=True debug=True
internal_ips=["127.0.0.1"] internal_ips=["127.0.0.1"]
cache=False
[database] [database]
backend=sqlite3 backend=sqlite3