upps... no need for .env keys / setup will do that

This commit is contained in:
nocci 2025-05-09 14:37:05 +02:00
parent f5b184fe54
commit adc7b15f7d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Flask-Configuration
SECRET_KEY="ef16ed848264df8391a7f9769f0ac13d5d4c1a711793bb6b"
REDEEM_SECRET="02c6a04e663604a837141d79e75b0a93"
WTF_CSRF_SECRET_KEY="5c6c0f730c337afb804ba21c6e1b3f93"
SECRET_KEY=""
REDEEM_SECRET=""
WTF_CSRF_SECRET_KEY=""
# Language Settings
DEFAULT_LANGUAGE="en"