20 lines
606 B
YAML
20 lines
606 B
YAML
flask:
|
|
# Generate with: python -c "import secrets; print(secrets.token_hex(32))"
|
|
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"
|
|
# Relative paths are resolved from the directory containing this config file.
|
|
database: "instance/calendar.sqlite"
|
|
|
|
auth:
|
|
username: "your-username"
|
|
password: "your-password"
|
|
|
|
amounts:
|
|
# The two paid quick-choice buttons. The €0 button is always included.
|
|
presets:
|
|
- "55"
|
|
- "27.50"
|