|
@@ -5,10 +5,11 @@ logging:
|
|
|
fdkk:
|
|
|
level: INFO
|
|
|
maxHistory: 180
|
|
|
+ file:
|
|
|
+ path: /root/log/${project.name}_log
|
|
|
level:
|
|
|
com:
|
|
|
gis: info
|
|
|
- path: /root/data/${project.name}_log
|
|
|
filestorage:
|
|
|
active: aws
|
|
|
aws:
|
|
@@ -81,5 +82,29 @@ queue:
|
|
|
pano-migrate-scene-queue: pano-migrate-scene-queue
|
|
|
pano-paystatus-scene-queue: pano-paystatus-scene-queue
|
|
|
scene-queue-work: queue-pano-scene-work-A
|
|
|
+ qjkk-work-offline: qjkk-work-offline
|
|
|
+ qjkk-work-offline-done: qjkk-work-offline-done
|
|
|
config:
|
|
|
bashPath: 720yun_fd_manage/
|
|
|
+mq:
|
|
|
+ listener:
|
|
|
+ dynamic: ${Dynamic}
|
|
|
+hostName:
|
|
|
+ filePath: /opt/hosts/hosts.txt
|
|
|
+other-bucket:
|
|
|
+ fdkk: "test-4dkankan"
|
|
|
+forest:
|
|
|
+ backend: okhttp3 # 后端HTTP框架(默认为 okhttp3)
|
|
|
+ max-connections: 1000 # 连接池最大连接数(默认为 500)
|
|
|
+ max-route-connections: 500 # 每个路由的最大连接数(默认为 500)
|
|
|
+ timeout: 50000 # 请求超时时间,单位为毫秒(默认为 3000)
|
|
|
+ connect-timeout: 20000 # 连接超时时间,单位为毫秒(默认为 timeout)
|
|
|
+ read-timeout: 50000 # 数据读取超时时间,单位为毫秒(默认为 timeout)
|
|
|
+ max-retry-count: 0 # 请求失败后重试次数(默认为 0 次不重试)
|
|
|
+ ssl-protocol: SSLv3 # 单向验证的HTTPS的默认SSL协议(默认为 SSLv3)
|
|
|
+ logEnabled: true # 打开或关闭日志(默认为 true)
|
|
|
+ log-request: true # 打开/关闭Forest请求日志(默认为 true)
|
|
|
+ log-response-status: true # 打开/关闭Forest响应状态日志(默认为 true)
|
|
|
+ log-response-content: true # 打开/关闭Forest响应内容日志(默认为 false)
|
|
|
+ base-address-scheme: https
|
|
|
+ base-address-host: testeur.4dkankan.com
|