fix: remove REDIS_PASSWORD to use default (no auth)

This commit is contained in:
Chris Rai
2026-01-31 00:56:01 -05:00
parent 4e164e97b5
commit 833766ba6a
2 changed files with 1 additions and 3 deletions

View File

@@ -20,10 +20,9 @@ data:
MONGO_ODX_DB_NAME: odx_db
MONGO_CLIENT_TIMEOUT: "60"
# Redis
# Redis (no auth required)
REDIS_HOST: cloud-dev.redis.svc.cluster.local
REDIS_PORT: "6379"
REDIS_PASSWORD: ""
REDIS_IDLETIMEOUT_MS: "3600000"
REDIS_MAXIDLECONN: "10"
REDIS_MAXACTIVECONN: "10"