From a03c5b777def9d8dd5eb1396110d99742ca82ea3 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 6 Aug 2024 17:04:09 -0300 Subject: [PATCH] Change to domain --- wger/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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