From a9843c364845c0552b11461a0932ac996120d181 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Wed, 13 Aug 2025 12:49:43 +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 --- JiShe.ServicePro | 2 +- host/JiShe.IoT.HttpApi.Host/appsettings.Development.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/JiShe.ServicePro b/JiShe.ServicePro index 3d3deea..56ce407 160000 --- a/JiShe.ServicePro +++ b/JiShe.ServicePro @@ -1 +1 @@ -Subproject commit 3d3deeaea2a1f54c5d6dfad97e928a43d886b2b1 +Subproject commit 56ce4074475e7838f6ca050fc61a2639a971b822 diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json index 8b3d001..158871c 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json @@ -46,14 +46,15 @@ "TaskThreadCount": 1, "IsSubscriber": true, "AdminToken": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiJ9.BzPvlu1lulFJvKofOZSw0FNtGW_edXS4rU32e6lfTX6s4VOh3I-noPRkSdfdF5xE6zR3X_kz4NPuz4Vb5KVLfQ", - "EnableAutoCreation": false, + "EnableAutoCreation": true, "DefaultPartitions": 16, "DefaultBundles": 16, - "TopicMode": "Dynamic", + "TopicMode": "Static", //Dynamic "EnableTopicTypeFilter": true, - "AllowedTopicTypes": [ "Dynamic", "Static" ], + "AllowedTopicTypes": [ "Static" ], "AllowedClusters": [ "pulsar-cluster-1" ], - "AdminRoles": [ "admin" ] + "AdminRoles": [ "admin" ], + "AuthenticationMethodName": "iot-auth" }, "IoTDBOptions": { "UserName": "root",