mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: add dockerized variable to staging as magic links are failing in staging (#163)
This commit is contained in:
@@ -167,6 +167,7 @@ CSRF_COOKIE_SECURE = True
|
||||
|
||||
|
||||
REDIS_URL = os.environ.get("REDIS_URL")
|
||||
DOCKERIZED = os.environ.get("DOCKERIZED", False)
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
|
||||
Reference in New Issue
Block a user