mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: ssl settings on the plane production
This commit is contained in:
parent
e1cea1a109
commit
70e96be8fa
@ -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},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user