Skip to content

Commit

Permalink
dev: ssl settings on the plane production
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsi committed Jan 2, 2023
1 parent e1cea1a commit 70e96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/plane/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"LOCATION": REDIS_URL,
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
# "CONNECTION_POOL_KWARGS": {"ssl_cert_reqs": False},
"CONNECTION_POOL_KWARGS": {"ssl_cert_reqs": False},
},
}
}
Expand Down

0 comments on commit 70e96be

Please sign in to comment.