From 6e6d3c5269b46d720e8e686059b28523e888a71a Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 12 Aug 2025 14:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=88=9B=E5=BB=BA=E7=A7=9F?= =?UTF-8?q?=E6=88=B7?= 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 | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/JiShe.ServicePro b/JiShe.ServicePro index 3679d3f..b0d24dc 160000 --- a/JiShe.ServicePro +++ b/JiShe.ServicePro @@ -1 +1 @@ -Subproject commit 3679d3f214e2b1746cc3e1574e83b7f34e875fa8 +Subproject commit b0d24dcd5351d4a6e75dabb9e2edcd73355200a7 diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json index faaebaa..de0202f 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json @@ -51,7 +51,9 @@ "DefaultBundles": 16, "TopicMode": "Static", "EnableTopicTypeFilter": true, - "AllowedTopicTypes": [ "Dynamic", "Static" ] + "AllowedTopicTypes": [ "Dynamic", "Static" ], + "AllowedClusters": [ "pulsar-cluster-1" ], + "AdminRoles": [ "admin" ] }, "IoTDBOptions": { "UserName": "root",