fix: update Redis URLs to include authentication in chat configuration files

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-08 23:04:11 +08:00
parent 1c17cd3ad9
commit 6aa480be88
2 changed files with 2 additions and 2 deletions

View File

@ -72,5 +72,5 @@ chat:
freeleapsAilabEndpoint: ''
freeleapsEnv: alpha
certPath: ''
redisUrl: redis://4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0
redisUrl: redis://:4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0
redisIsCluster: "false"

View File

@ -55,5 +55,5 @@ chat:
freeleapsAilabEndpoint: ''
freeleapsEnv: chat
certPath: ''
redisUrl: "redis://izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
redisUrl: "redis://:izrZtCmYk8@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0"
redisIsCluster: "true"