mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-07 12:00:44 +08:00
Dev: Fix nats host (#16656)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user