From e945a560b26437d610754cea5abfd992cd63fd7b Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Wed, 21 Aug 2024 13:39:14 +0800
Subject: [PATCH] 媒体文件处理,国土对接证书替换
---
src/main/resources/application-dev.yml | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index c413807..5ac1b7c 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -12,7 +12,7 @@
# url: jdbc:mysql://182.108.40.114:3308/drone_zt_test?useSSL=false&allowPublicKeyRetrieval=true
# username: root
# password: yshb@123
- url: jdbc:mysql://139.196.74.78:3306/drone_o_test?useSSL=false&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://139.196.74.78:3306/drone_test?useSSL=false&allowPublicKeyRetrieval=true
username: root
password: jxpskj_2018
sqlite-resource:
@@ -62,10 +62,10 @@
# BASIC parameters are required.
BASIC:
protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
- host: 182.108.40.114
- port: 31883
- username: root
- password: root
+ host: 139.196.74.78
+ port: 1883
+ username: manage
+ password: 123456
# host: 127.0.0.1
# port: 1883
# username: guest
@@ -75,12 +75,12 @@
path:
# 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
# inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd
- inbound-topic: sys/product/+/+,thing/product/+/+
+ inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd
DRC:
- protocol: ws # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
- host: 182.108.40.114
- port: 35675
- path: /ws
+ protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
+ host: 139.196.74.78
+ port: 8083
+ path: /mqtt
oss:
enable: true
--
Gitblit v1.9.3