forked from github/plane
fix: add dockerized variable to staging as magic links are failing in staging (#163)
This commit is contained in:
parent
c97e8f68bb
commit
0a5b1fe62a
@ -167,6 +167,7 @@ CSRF_COOKIE_SECURE = True
|
||||
|
||||
|
||||
REDIS_URL = os.environ.get("REDIS_URL")
|
||||
DOCKERIZED = os.environ.get("DOCKERIZED", False)
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
|
Loading…
Reference in New Issue
Block a user