Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,12 @@ AXES_IPWARE_META_PRECEDENCE_ORDER=HTTP_X_FORWARDED_FOR,REMOTE_ADDR
DJANGO_DEBUG=False
WGER_USE_GUNICORN=True
EXERCISE_CACHE_TTL=18000 # in seconds - 5*60*60, 5 hours

# Site configuration //In production, when using SSL/HTTPS, SITE_URL should be changed to https://yourdomain.com,
# Set DJANGO_ALLOWED_HOSTS and DJANGO_CSRF_TRUSTED_ORIGINS to your real domain with HTTPS.
SITE_URL=http://localhost
# DJANGO_ALLOWED_HOSTS=yourdomain.com
# DJANGO_CSRF_TRUSTED_ORIGINS=https://yourdomain.com

#
# JWT auth
Expand Down