This commit is contained in:
Isaac Shoebottom 2024-08-06 18:15:23 -03:00
parent 834c3dfec8
commit 7805c68100

View File

@ -37,7 +37,7 @@ services:
- ACCESS_TOKEN_LIFETIME=10 # The lifetime duration of the access token, in minutes
- REFRESH_TOKEN_LIFETIME=24 # The lifetime duration of the refresh token, in hours
- USE_RECAPTCHA=False
- DJANGO_CLEAR_STATIC_FIRST=True
- DJANGO_CLEAR_STATIC_FIRST=False
- FROM_EMAIL='wger Workout Manager <wger@shoebottom.com>'
depends_on:
- db