We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cf90e commit ba67b83Copy full SHA for ba67b83
.env.example
@@ -84,6 +84,7 @@ REDIS_USE_SSL=false
84
REDIS_SSL_CERT_REQS=CERT_NONE
85
# Options: CERT_NONE, CERT_OPTIONAL, CERT_REQUIRED
86
REDIS_SSL_CA_CERTS=
87
+# Path to the CA certificate file for SSL verification, e.g. /path/to/ca.crt
88
89
# Whether to use Redis Sentinel mode.
90
# If set to true, the application will automatically discover and connect to the master node through Sentinel.
0 commit comments