added logging

This commit is contained in:
2026-07-17 19:57:08 +02:00
parent 64f1993a84
commit d9325fce98
4 changed files with 73 additions and 6 deletions
+2
View File
@@ -3,6 +3,8 @@ flask:
secret_key: "replace-with-a-long-random-value"
# External path used by the reverse proxy. Use "" to serve from the domain root.
url_prefix: "/fatima"
# Startup database summary log.
log_file: "/tmp/fatima.log"
auth:
username: "your-username"