diff --git a/wger/.env.example b/wger/.env.example index c034e2b..627ec4a 100644 --- a/wger/.env.example +++ b/wger/.env.example @@ -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