From f45ebeed1eb31505f7fd36f03050cb09a4319b90 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Thu, 11 Apr 2024 11:59:36 +0800
Subject: [PATCH] 图斑配置
---
src/main/resources/application-prod.yml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 87cfe62..afc5548 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -90,7 +90,7 @@
out-net-file-address: http://dev.jxpskj.com:9000
#图斑的解压地址和图斑文件转航线文件的地址
-Patches:
+patches:
url:
path:
unzip: /home/drone/server/temp/
@@ -100,8 +100,8 @@
#解析图斑航线模板的地址
xml:
temple:
- template: home/drone/server/template/template.xml
- waylines: home/drone/server/template/waylines.xml
+ template: /home/drone/server/template/template.xml
+ waylines: /home/drone/server/template/waylines.xml
target:
- template: home/drone/server/template/wpmz/template.kml
- waylines: home/drone/server/template/wpmz/waylines.wpml
\ No newline at end of file
+ template: /home/drone/server/template/wpmz/template.kml
+ waylines: /home/drone/server/template/wpmz/waylines.wpml
\ No newline at end of file
--
Gitblit v1.9.3