From 79a42085dc18f8650177b7acbf0ddad331db1141 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Thu, 14 Aug 2025 10:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84Pulsar=E9=89=B4=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/JiShe.IoT.HttpApi.Host/appsettings.Development.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json index 33d9ea6..07912c1 100644 --- a/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/appsettings.Development.json @@ -34,8 +34,9 @@ "Pulsar": { "ServiceUrl": "pulsar://192.168.56.101:6650", "WebUrl": "http://192.168.56.101:8080", + "UserName": "admin", "TenantName": "1YMVZZkAkRArjxSD8457", - "Namespace": "default", + "Namespace": "OneNET", "PulsarSecretKey": "0fd7afb8b0d04e6abc4fdfdac2190a79", "PulsarSubscriptionCustomName": "sub", "EnableTls": false,