From effba16ed32c1b8dc5e7f13d13aa925ff97728d8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 24 Nov 2023 10:48:00 +0800 Subject: [PATCH] 1 --- bin/imserver/config/master.cluster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/imserver/config/master.cluster.json b/bin/imserver/config/master.cluster.json index 566617fe..0cca9082 100644 --- a/bin/imserver/config/master.cluster.json +++ b/bin/imserver/config/master.cluster.json @@ -1,7 +1,7 @@ [ { "instance_id": 1, - "ip": "192.168.100.45", - "listen_port": 7821 + "ip": "127.0.0.1", + "listen_port": 7628 } ]