Files
Notfellchen/notfellchen.cfg
moanos 656a24ef02
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: Make settings configurable
2025-10-21 03:37:36 +02:00

34 lines
457 B
INI

# DEBUG CONFIGURATION
# DO NOT USE IN PRODUCTION
[notfellchen]
instance_name=Notfellchen DEBUG
host=localhost
[django]
secret=CHANGE-ME
debug=True
[database]
backend=sqlite3
name=notfellchen
[locations]
media=./media
static=./static
[mail]
console_only=true
[logging]
app_log_level=INFO
django_log_level=INFO
[geocoding]
api_url=https://photon.hyteck.de/api
api_format=photon
[security]
totp_issuer="NF Localhost"
webauth_allow_insecure_origin=True