fix: add dockerized variable to staging as magic links are failing in staging (#163)
This commit is contained in:
parent
24b8bc3ed2
commit
ad929dfd7e
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ CSRF_COOKIE_SECURE = True
|
|||
|
||||
|
||||
REDIS_URL = os.environ.get("REDIS_URL")
|
||||
DOCKERIZED = os.environ.get("DOCKERIZED", False)
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue