From 2aaaaf4598b869085ae35871de018cd35847c232 Mon Sep 17 00:00:00 2001
From: aix <vip_xiaobin810@163.com>
Date: Tue, 09 Jul 2024 16:41:39 +0800
Subject: [PATCH] 航线拐点

---
 src/main/resources/application-prod.yml |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 58a4d4a..dccf65f 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -76,11 +76,23 @@
     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:
+#  enable: true
+#  provider: minio
+#  endpoint: http://139.196.74.78:9000
+#  external-endpoint: http://139.196.74.78:9000
+#  access-key: sxkj
+#  secret-key: sxkj2024
+#  bucket: cloud-bucket
+#  expire: 3600
+#  region: us-east-1
+#  object-dir-prefix:
+#  out-net-file-address: https://wrj.shuixiongit.com/minio
 oss:
   enable: true
   provider: minio
@@ -92,7 +104,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:
@@ -113,4 +125,8 @@
 
 db:
   sqlite:
-    resource: /home/drone/server/sqlite/resource_db.db
\ No newline at end of file
+    resource: /home/drone/server/sqlite/resource_db.db
+    result: /home/drone/server/sqlite/result_db.db
+    resultSave: /home/drone/server/sqlite/retUpload/
+    resourceSave: /home/drone/server/sqlite/upload/
+

--
Gitblit v1.9.3