From 256ed3d2cfab96d000e315cc76663a7b728f17d4 Mon Sep 17 00:00:00 2001
From: aix <vip_xiaobin810@163.com>
Date: Thu, 01 Aug 2024 15:35:47 +0800
Subject: [PATCH] mqtt初始配置
---
src/main/resources/application-prod.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 0a80bc5..cca65c6 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -73,8 +73,8 @@
# If the protocol is ws/wss, this value is required.
path:
# 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
- inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/ods
-# inbound-topic: sys/product/+/+,thing/product/+/+
+# inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/ods
+ inbound-topic: sys/product/+/+,thing/product/+/+
DRC:
protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
host: wrj.shuixiongit.com
--
Gitblit v1.9.3