mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
dev: ssl settings on the plane production
This commit is contained in:
@@ -174,7 +174,7 @@ CACHES = {
|
||||
"LOCATION": REDIS_URL,
|
||||
"OPTIONS": {
|
||||
"CLIENT_CLASS": "django_redis.client.DefaultClient",
|
||||
# "CONNECTION_POOL_KWARGS": {"ssl_cert_reqs": False},
|
||||
"CONNECTION_POOL_KWARGS": {"ssl_cert_reqs": False},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user