2026-07-16 07:00:42 +02:00
|
|
|
flask:
|
|
|
|
|
# Generate with: python -c "import secrets; print(secrets.token_hex(32))"
|
|
|
|
|
secret_key: "replace-with-a-long-random-value"
|
2026-07-17 17:53:36 +02:00
|
|
|
# External path used by the reverse proxy. Use "" to serve from the domain root.
|
|
|
|
|
url_prefix: "/fatima"
|
2026-07-17 19:57:08 +02:00
|
|
|
# Startup database summary log.
|
|
|
|
|
log_file: "/tmp/fatima.log"
|
2026-07-17 20:02:11 +02:00
|
|
|
# Relative paths are resolved from the directory containing this config file.
|
|
|
|
|
database: "instance/calendar.sqlite"
|
2026-07-16 07:00:42 +02:00
|
|
|
|
|
|
|
|
auth:
|
|
|
|
|
username: "your-username"
|
|
|
|
|
password: "your-password"
|
|
|
|
|
|
|
|
|
|
amounts:
|
|
|
|
|
# The two paid quick-choice buttons. The €0 button is always included.
|
|
|
|
|
presets:
|
|
|
|
|
- "55"
|
|
|
|
|
- "27.50"
|