0
0
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:
vamsi 2023-01-02 19:17:37 +05:30
parent e1cea1a109
commit 70e96be8fa

View File

@ -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},
},
}
}