浏览代码

更新国际服配置文件

xiewj 5 月之前
父节点
当前提交
a0f7901c8f

+ 12 - 9
720yun_fd_consumer/gis_consumer/src/main/resources/application-proAws.yml

@@ -9,15 +9,16 @@ logging:
         com:
             gis: info
     path: /root/data/${project.name}_log
-oss:
-    bucket: 4dkankan
-    domain: https://eurs3.4dkankan.com/
-    file:
-        path: 720yun_fd_manage/
-    key: LTAIUrvuHqj8pvry
-    point: http://oss-cn-shenzhen-internal.aliyuncs.com
-    secrecy: JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
-    type: aws
+filestorage:
+    active: aws
+    aws:
+        endpoint: http://eurs3.4dkankan.com
+        internal-endpoint: http://eurs3.4dkankan.com
+        access-key: LTAIUrvuHqj8pvry
+        access-key-secret: epS5ghyR4LJ7rxk/JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
+        bucket: 4dkankan
+        bucket-custom-domain:
+            4dkankan: https://eurs3.4dkankan.com
 server:
     file:
         path: /mnt/720yun_fd_manage_data/
@@ -84,3 +85,5 @@ queue:
     pano-migrate-scene-queue: pano-migrate-scene-queue
     pano-paystatus-scene-queue: pano-paystatus-scene-queue
     scene-queue-work: queue-pano-scene-work
+config:
+    bashPath: 720yun_fd_manage/

+ 14 - 10
720yun_fd_manage/gis_application/src/main/resources/application-proAws.yml

@@ -10,15 +10,17 @@ logging:
     level:
         com:
             gis: info
-oss:
-    bucket: 4dkankan
-    domain: https://eurs3.4dkankan.com/
-    file:
-        path: ${project.name}/
-    key: LTAIUrvuHqj8pvry
-    point: http://oss-cn-shenzhen-internal.aliyuncs.com
-    secrecy: JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
-    type: aws
+filestorage:
+    active: aws
+    aws:
+        endpoint: http://eurs3.4dkankan.com
+        internal-endpoint: http://eurs3.4dkankan.com
+        access-key: LTAIUrvuHqj8pvry
+        access-key-secret: epS5ghyR4LJ7rxk/JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
+        bucket: 4dkankan
+        bucket-custom-domain:
+            4dkankan: https://eurs3.4dkankan.com
+        full-path: true
 server:
     domain: ''
     file:
@@ -97,4 +99,6 @@ forest:
 queue:
     scene-queue: queue-pano-scene
     do-slice-queue: queue-do-slice
-    relics-update-name-queue: relics-update-name-queue
+    relics-update-name-queue: relics-update-name-queue
+config:
+    bashPath: ${project.name}/