From ca0a832d45d5ee63ac01d8bbe221cede8700b215 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Fri, 22 Sep 2023 14:56:49 +0800
Subject: [PATCH] 支持多设备
---
src/main/resources/application.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 1981c65..caad66e 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:
@@ -122,7 +122,7 @@
bucket: cloud-bucket
expire: 3600
region: us-east-1
- object-dir-prefix: wayline
+ object-dir-prefix:
logging:
level:
--
Gitblit v1.9.3