Ready For 1.1
This commit is contained in:
parent
c23f2f88e8
commit
7a221acb8e
11 changed files with 297 additions and 146 deletions
|
@ -1,25 +1,25 @@
|
|||
# Flask-Configuration
|
||||
SECRET_KEY=""
|
||||
REDEEM_SECRET=""
|
||||
WTF_CSRF_SECRET_KEY=""
|
||||
SECRET_KEY="1dc3d95006f7466670ac2d705ce43dc4a5ad8e2189dbe539"
|
||||
REDEEM_SECRET="a50a961667ded234b1e59532ab7e27e1"
|
||||
WTF_CSRF_SECRET_KEY="845ae46bd1bea30311e98df232d78b4e"
|
||||
|
||||
# Language Settings
|
||||
DEFAULT_LANGUAGE="en"
|
||||
SUPPORTED_LANGUAGES="de,en"
|
||||
|
||||
# Timezone
|
||||
TZ=Europe/Berlin
|
||||
TZ="Europe/Berlin"
|
||||
|
||||
# Security
|
||||
FORCE_HTTPS=False
|
||||
SESSION_COOKIE_SECURE=auto
|
||||
FORCE_HTTPS="False"
|
||||
SESSION_COOKIE_SECURE="auto"
|
||||
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
|
||||
CHECK_EXPIRING_KEYS_INTERVAL_HOURS="6"
|
||||
|
||||
# Want to check prices? Here you are!
|
||||
ITAD_API_KEY="your-secret-key-here"
|
||||
|
@ -34,7 +34,7 @@ APPRISE_URLS=""
|
|||
#matrixs://TOKEN@matrix.org/!ROOM_ID"
|
||||
|
||||
# Redis URL
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
REDIS_URL="redis://redis:6379/0"
|
||||
|
||||
# Enable Debug (e.g. for VS Code)
|
||||
FLASK_DEBUG=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue