# Flask-Configuration - Key are generated through setup.sh SECRET_KEY="" REDEEM_SECRET="" WTF_CSRF_SECRET_KEY="" # locales BABEL_DEFAULT_LOCALE="en" BABEL_SUPPORTED_LOCALES="de,en" BABEL_TRANSLATION_DIRECTORIES="translations" # Timezone TZ=Europe/Berlin # Security SESSION_COOKIE_SECURE="False" CSRF_ENABLED="True" # Account registration REGISTRATION_ENABLED="True" # checking interval if keys have to be redeemed before a specific date CHECK_EXPIRING_KEYS_INTERVAL_HOURS=6 # Pushover PUSHOVER_APP_TOKEN="" PUSHOVER_USER_KEY="" # Gotify GOTIFY_URL="" GOTIFY_TOKEN="" # Matrix MATRIX_HOMESERVER="" MATRIX_ACCESS_TOKEN="" MATRIX_ROOM_ID=""