Update env example and settings configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Shayan Azadi
2026-07-27 16:32:01 +03:30
parent daf185587a
commit 29bb516ea9
2 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# IMPORTANT: must match the FunZone backend SECRET_KEY so admin JWTs validate here.
SECRET_KEY=your-super-secret-key-change-in-production
# Generate: python -c "import secrets; print(secrets.token_urlsafe(50))"
# App will refuse to start if this is missing or still a placeholder.
SECRET_KEY=
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0,testserver