From 40b62caa83837b0dedf1375f2552565c7b69d0ea Mon Sep 17 00:00:00 2001 From: zenghongyao <873884283@qq.com> Date: Sat, 19 Apr 2025 00:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=90=88=E5=B9=B6=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/JiShe.CollectBus.Host/appsettings.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/web/JiShe.CollectBus.Host/appsettings.json b/web/JiShe.CollectBus.Host/appsettings.json index 585d7b7..9d1f7cb 100644 --- a/web/JiShe.CollectBus.Host/appsettings.json +++ b/web/JiShe.CollectBus.Host/appsettings.json @@ -84,12 +84,7 @@ "SaslPassword": "lixiao1980", "KafkaReplicationFactor": 3, "NumPartitions": 30, -<<<<<<< HEAD - "ServerTagName": "JiSheCollectBus99" -======= - "ServerTagName": "JiSheCollectBus3", - "FirstCollectionTime": "2025-04-18 00:00:00" ->>>>>>> fe51402b1f105dc536f08ec2249d4ab13fa8f172 + "ServerTagName": "JiSheCollectBus2" }, "IoTDBOptions": { "UserName": "root", @@ -100,10 +95,7 @@ "OpenDebugMode": true, "UseTableSessionPoolByDefault": false }, -<<<<<<< HEAD - "ServerTagName": "JiSheCollectBus", -======= ->>>>>>> fe51402b1f105dc536f08ec2249d4ab13fa8f172 + "ServerTagName": "JiSheCollectBus3", "Cassandra": { "ReplicationStrategy": { "Class": "NetworkTopologyStrategy", //策略为NetworkTopologyStrategy时才会有多个数据中心,SimpleStrategy用在只有一个数据中心的情况下