Dev: Fix nats host (#16656)

This commit is contained in:
Wang Qi
2026-07-06 11:50:37 +08:00
committed by GitHub
parent aaade3530e
commit 48ef1f4965

View File

@@ -49,7 +49,7 @@ redis:
password: 'infini_rag_flow'
host: 'localhost:6379'
nats:
host: "0.0.0.0"
host: "localhost"
port: 4222
task_executor:
message_queue_type: 'nats'