From 48ef1f49657f6a288a4edf11e15c4472977ee167 Mon Sep 17 00:00:00 2001 From: Wang Qi Date: Mon, 6 Jul 2026 11:50:37 +0800 Subject: [PATCH] Dev: Fix nats host (#16656) --- conf/service_conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/service_conf.yaml b/conf/service_conf.yaml index fe7fdf912..b51f3f3cc 100644 --- a/conf/service_conf.yaml +++ b/conf/service_conf.yaml @@ -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'