fix: add dockerized variable to staging as magic links are failing in staging (#163)

This commit is contained in:
pablohashescobar 2023-01-11 14:44:25 +05:30 committed by GitHub
parent 24b8bc3ed2
commit ad929dfd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,7 @@ CSRF_COOKIE_SECURE = True
REDIS_URL = os.environ.get("REDIS_URL") REDIS_URL = os.environ.get("REDIS_URL")
DOCKERIZED = os.environ.get("DOCKERIZED", False)
CACHES = { CACHES = {
"default": { "default": {