forked from github/plane
fix: add dockerized variable to staging as magic links are failing in staging (#163)
This commit is contained in:
parent
24b8bc3ed2
commit
ad929dfd7e
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user