Skip to content

Commit fb71de9

Browse files
committed
Defaults in README updated
1 parent 1c9c2cc commit fb71de9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ To configure the Redis Cloud API MCP Server, consider the following environment
3434
| `REDIS_USERNAME` | Default database username | 'default' |
3535
| `REDIS_PWD` | Default database password | '' |
3636
| `REDIS_SSL` | Enables or disables SSL/TLS | False |
37-
| `REDIS_CA_PATH` | CA certificate for verifying server | '' |
38-
| `REDIS_SSL_KEYFILE` | Client's private key file for client authentication | '' |
39-
| `REDIS_SSL_CERTFILE` | Client's certificate file for client authentication | '' |
40-
| `REDIS_CERT_REQS` | Whether the client should verify the server's certificate | '' |
41-
| `REDIS_CA_CERTS` | Path to the trusted CA certificates file | '' |
37+
| `REDIS_CA_PATH` | CA certificate for verifying server | None |
38+
| `REDIS_SSL_KEYFILE` | Client's private key file for client authentication | None |
39+
| `REDIS_SSL_CERTFILE` | Client's certificate file for client authentication | None |
40+
| `REDIS_CERT_REQS` | Whether the client should verify the server's certificate | 'required' |
41+
| `REDIS_CA_CERTS` | Path to the trusted CA certificates file | None |
4242

4343
## Integration with Claude Desktop
4444
You can configure Claude Desktop to use this MCP Server.

0 commit comments

Comments
 (0)