Fix:Redis configuration template error in v0.22.1 (#12685)

### What problem does this PR solve?
https://github.com/infiniflow/ragflow/issues/12674

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Stephen Hu
2026-01-27 12:47:46 +08:00
committed by GitHub
parent b36d9744ae
commit 52da81cf9e
5 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,8 @@ redis:
db: 1
username: ''
password: 'infini_rag_flow'
host: 'localhost:6379'
host: 'localhost'
port: 6379
task_executor:
message_queue_type: 'redis'
user_default_llm: