From 0ae0a73246652e072777411961ca7217df7c34d6 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 10 Oct 2023 11:26:09 +0800
Subject: [PATCH] 配置修改

---
 src/main/resources/application.yml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 3867c73..3280d3f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -57,9 +57,9 @@
     client-id: aix123456
     # If the protocol is ws/wss, this value is required.
     path:
-    # Topics that need to be subscribed when initially connecting to mqtt, multiple topics are divided by ",".
-#    inbound-topic: sys/product/+/status,thing/product/+/requests
-    inbound-topic: sys/product/+/+,thing/product/+/+
+    # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
+    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd
+#    inbound-topic: sys/product/+/+,thing/product/+/+
   DRC:
     protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
     host: 182.106.212.58
@@ -120,6 +120,7 @@
 #  access-key: admin
 #  secret-key: 12345678
   endpoint: http://dev.jxpskj.com:9000
+#  endpoint: https://dev.jxpskj.com:8025
   access-key: pskj
   secret-key: pskj@2021
   bucket: cloud-bucket

--
Gitblit v1.9.3