|
@@ -9,15 +9,17 @@ logging:
|
|
com:
|
|
com:
|
|
gis: info
|
|
gis: info
|
|
path: /root/data/${project.name}_log
|
|
path: /root/data/${project.name}_log
|
|
-oss:
|
|
|
|
- bucket: oss-xiaoan
|
|
|
|
- domain: https://ossxiaoan.4dage.com/
|
|
|
|
- file:
|
|
|
|
- path: 720yun_fd_manage/
|
|
|
|
- key: LTAI5tJwboCj3r4vUNkSmbyX
|
|
|
|
- point: http://oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
|
- secrecy: meDy7VYAWbg8kZCKsoUZcIYQxigWOy
|
|
|
|
- type: oss
|
|
|
|
|
|
+filestorage:
|
|
|
|
+ active: oss
|
|
|
|
+ oss:
|
|
|
|
+ endpoint: http://oss-cn-shenzhen.aliyuncs.com
|
|
|
|
+ internal-endpoint: http://oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
|
+ access-key: LTAI5tJwboCj3r4vUNkSmbyX
|
|
|
|
+ access-key-secret: meDy7VYAWbg8kZCKsoUZcIYQxigWOy
|
|
|
|
+ bucket: oss-xiaoan
|
|
|
|
+ bucket-custom-domain:
|
|
|
|
+ qjkankan: https://ossxiaoan.4dage.com/
|
|
|
|
+ full-path: true
|
|
server:
|
|
server:
|
|
file:
|
|
file:
|
|
path: /mnt/720yun_fd_manage_data/
|
|
path: /mnt/720yun_fd_manage_data/
|
|
@@ -68,4 +70,5 @@ queue:
|
|
pano-migrate-scene-queue: pano-migrate-scene-queue
|
|
pano-migrate-scene-queue: pano-migrate-scene-queue
|
|
pano-paystatus-scene-queue: pano-paystatus-scene-queue
|
|
pano-paystatus-scene-queue: pano-paystatus-scene-queue
|
|
scene-queue-work: queue-pano-scene-work
|
|
scene-queue-work: queue-pano-scene-work
|
|
-
|
|
|
|
|
|
+config:
|
|
|
|
+ bashPath: ${project.name}/
|