Add some more env vars

This commit is contained in:
Isaac Shoebottom 2024-08-06 16:19:49 -03:00
parent d234418bab
commit 2ad954d028

View File

@ -13,8 +13,8 @@ TIME_ZONE=America/Moncton
# Consult the deployment section in the readme if you are running this behind a
# reverse proxy with HTTPS enabled
# CSRF_TRUSTED_ORIGINS=https://my.domain.example.com,https://118.999.881.119
# X_FORWARDED_PROTO_HEADER_SET=True
CSRF_TRUSTED_ORIGINS=https://wger.shoebottom.ca
X_FORWARDED_PROTO_HEADER_SET=True
#
# Static files
@ -22,8 +22,8 @@ TIME_ZONE=America/Moncton
# links for some images *might* break (specially in the mobile app). Also note that
# the API response is cached and contains the host, if you change this setting, just run
# docker compose exec web python3 manage.py warmup-exercise-api-cache --force
# MEDIA_URL=https://your-domain.example.com/media/
# STATIC_URL=https://your-domain.example.com/static/
MEDIA_URL=https://wger.shoebottom.ca/media/
STATIC_URL=https://wger.shoebottom.ca/static/
#
# These settings usually don't need changing