From 41dc2ca8393e40e9efb8a6bf05f2ab1400d80215 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Thu, 25 Apr 2024 17:25:58 +0800
Subject: [PATCH] 取消返航
---
src/main/resources/application-prod.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 58a4d4a..731f40b 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -76,9 +76,9 @@
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: 139.196.74.78
- port: 8083
+ protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
+ host: wrj.shuixiongit.com
+ port: 8084
path: /mqtt
oss:
@@ -92,7 +92,7 @@
expire: 3600
region: us-east-1
object-dir-prefix:
- out-net-file-address: http://dev.jxpskj.com:9000
+ out-net-file-address: https://dev.jxpskj.com:8026
#图斑的解压地址和图斑文件转航线文件的地址
patches:
--
Gitblit v1.9.3