From f5ac33e28bb56d876bda9f7be98bd044d93106c9 Mon Sep 17 00:00:00 2001 From: cli <377476583@qq.com> Date: Sun, 27 Apr 2025 16:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A5=BD=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=BF=9E=E6=8E=A5=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appsettings.Production.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/JiShe.CollectBus.Host/appsettings.Production.json b/web/JiShe.CollectBus.Host/appsettings.Production.json index b607e29..cb42dd3 100644 --- a/web/JiShe.CollectBus.Host/appsettings.Production.json +++ b/web/JiShe.CollectBus.Host/appsettings.Production.json @@ -12,7 +12,7 @@ "HangfireDB": "13" }, "Kafka": { - "BootstrapServers": "192.168.1.9:29092,192.168.1.9:39092,192.168.1.9:49092", + "BootstrapServers": "121.42.175.177:16392,121.42.175.177:16393,121.42.175.177:16394", "EnableFilter": true, "EnableAuthorization": false, "SecurityProtocol": "SaslPlaintext", @@ -27,7 +27,7 @@ "IoTDBOptions": { "UserName": "root", "Password": "root", - "ClusterList": [ "192.168.1.9:6667" ], + "ClusterList": [ "121.42.175.177:16667" ], "PoolSize": 2, "DataBaseName": "energy", "OpenDebugMode": true, @@ -45,20 +45,20 @@ }, "Nodes": [ { - "Host": "192.168.1.9", - "Port": 9042, + "Host": "121.42.175.177", + "Port": 19042, "DataCenter": "dc1", "Rack": "RAC1" }, { - "Host": "192.168.1.9", - "Port": 9043, + "Host": "121.42.175.177", + "Port": 19043, "DataCenter": "dc1", "Rack": "RAC2" }, { - "Host": "192.168.1.9", - "Port": 9044, + "Host": "121.42.175.177", + "Port": 19044, "DataCenter": "dc1", "Rack": "RAC2" }