mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
this is required when connecting to elasticache for ioredis see "Special Note: Aws Elasticache Clusters with TLS" on this webpage: https://www.npmjs.com/package/ioredis Co-authored-by: Marc Amick <MarcAmick@jhu.edu>
This commit is contained in:
@@ -104,6 +104,14 @@ REDIS_URI=rediss://your-redis-host:6380
|
||||
# Provide CA certificate for verification
|
||||
REDIS_CA=/path/to/your/ca-certificate.pem
|
||||
```
|
||||
### TLS with Elasticache
|
||||
|
||||
Elasticache may need to use an alternate dnsLookup for TLS connections. see "Special Note: Aws Elasticache Clusters with TLS" on this webpage: https://www.npmjs.com/package/ioredis
|
||||
|
||||
```bash
|
||||
# Enable redis alternate dnsLookup
|
||||
REDIS_USE_ALTERNATIVE_DNS_LOOKUP=true
|
||||
```
|
||||
|
||||
## Advanced Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user