Change to domain

This commit is contained in:
Isaac Shoebottom 2024-08-06 17:04:09 -03:00
parent f590d797b2
commit a03c5b777d

View File

@ -22,8 +22,8 @@ X_FORWARDED_PROTO_HEADER_SET=True
# 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://static:80/media/
STATIC_URL=https://static:80/static/
MEDIA_URL=https://wger.shoebottom.ca/media/
STATIC_URL=https://wger.shoebottom.ca/static/
#
# These settings usually don't need changing