refactor: Disable user registration and guest user access
This commit is contained in:
parent
fc48de4e56
commit
37df4a3573
@ -23,8 +23,8 @@ services:
|
|||||||
- MEDIA_URL=https://wger.shoebottom.ca/media/
|
- MEDIA_URL=https://wger.shoebottom.ca/media/
|
||||||
- STATIC_URL=https://wger.shoebottom.ca/static/
|
- STATIC_URL=https://wger.shoebottom.ca/static/
|
||||||
- WGER_INSTANCE=https://wger.de # Wger instance from which to sync exercises, images, etc.
|
- WGER_INSTANCE=https://wger.de # Wger instance from which to sync exercises, images, etc.
|
||||||
- ALLOW_REGISTRATION=True
|
- ALLOW_REGISTRATION=False
|
||||||
- ALLOW_GUEST_USERS=True
|
- ALLOW_GUEST_USERS=False
|
||||||
- ALLOW_UPLOAD_VIDEOS=False
|
- ALLOW_UPLOAD_VIDEOS=False
|
||||||
- MIN_ACCOUNT_AGE_TO_TRUST=21
|
- MIN_ACCOUNT_AGE_TO_TRUST=21
|
||||||
- DOWNLOAD_INGREDIENTS_FROM=WGER
|
- DOWNLOAD_INGREDIENTS_FROM=WGER
|
||||||
|
Loading…
Reference in New Issue
Block a user