more translations fixed
This commit is contained in:
parent
c886d5f28e
commit
d3eb37ebff
15 changed files with 170 additions and 155 deletions
34
.env
Normal file
34
.env
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 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=""
|
Loading…
Add table
Add a link
Reference in a new issue