From 72200a6ab5c0ddbb6cc5aa9821346f98b10358a9 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 19 Sep 2023 17:49:21 +0800
Subject: [PATCH] 基础配置
---
src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 1981c65..28c8f3e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -56,11 +56,11 @@
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/+/status,thing/product/+/requests
+ inbound-topic: sys/product/+/+,thing/product/+/+
DRC:
protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
host: 182.106.212.58
- port: 15675
+ port: 35675
path: /ws
url:
--
Gitblit v1.9.3