You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/redisinsight/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Redis Insight allows you to preconfigure database connections using environment
44
44
| RI_REDIS_ALIAS*| Alias of a database connection. |`{host}:{port}`||
45
45
| RI_REDIS_USERNAME*| Username to connect to a Redis database. |`default`||
46
46
| RI_REDIS_PASSWORD*| Password to connect to a Redis database. | No password ||
47
-
| RI_REDIS_TLS*| Indicates whether TLS certificates should be used to connect. |`FALSE`| Accepts `TRUE` or `FALSE`|
47
+
| RI_REDIS_TLS*| Indicates whether TLS certificates should be used to connect. |`false`| Accepts `true` or `false`|
48
48
| RI_REDIS_TLS_CA_BASE64*| CA certificate in base64 format. | N/A | Specify a CA certificate in this environment variable or provide a file path using `RI_REDIS_TLS_CA_PATH*`. |
49
49
| RI_REDIS_TLS_CA_PATH*| Path to the CA certificate file. | N/A ||
50
50
| RI_REDIS_TLS_CERT_BASE64*| Client certificate in base64 format. | N/A | Specify a client certificate in this environment variable or provide a file path using `RI_REDIS_TLS_CERT_PATH*`. |
0 commit comments