From 816ef64be0c187c64036a2a3e21464ac888131e8 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Wed, 13 Aug 2025 10:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/JiShe.IoT.HttpApi.Host/appsettings.Development.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json index 19011bc..8b3d001 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json @@ -46,10 +46,10 @@ "TaskThreadCount": 1, "IsSubscriber": true, "AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ", - "EnableAutoCreation": true, + "EnableAutoCreation": false, "DefaultPartitions": 16, "DefaultBundles": 16, - "TopicMode": "Static", + "TopicMode": "Dynamic", "EnableTopicTypeFilter": true, "AllowedTopicTypes": [ "Dynamic", "Static" ], "AllowedClusters": [ "pulsar-cluster-1" ],