Skip to content

Commit 63f06ed

Browse files
Fix redis insight enable TLS options (#2304)
Thank you, @ViktarStarastsenka! And thanks again @tommy-couzens!
1 parent ba1758d commit 63f06ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/redisinsight/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Redis Insight allows you to preconfigure database connections using environment
4444
| RI_REDIS_ALIAS* | Alias of a database connection. | `{host}:{port}` | |
4545
| RI_REDIS_USERNAME* | Username to connect to a Redis database. | `default` | |
4646
| 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` |
4848
| 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*`. |
4949
| RI_REDIS_TLS_CA_PATH* | Path to the CA certificate file. | N/A | |
5050
| 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

Comments
 (0)