application-locSit.yml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. domain:
  2. 4dkk: https://test.4dkankan.com
  3. logging:
  4. config: classpath:logback-spring.xml
  5. fdkk:
  6. level: INFO
  7. maxHistory: 180
  8. file:
  9. path: /log/${project.name}_log
  10. level:
  11. com:
  12. gis: debug
  13. oss:
  14. bucket: oss-xiaoan
  15. domain: https://ossxiaoan.4dage.com/
  16. file:
  17. path: ${project.name}/
  18. key: LTAI5tSkKQbEmxxuTbPtHqK6
  19. point: http://oss-cn-shenzhen.aliyuncs.com
  20. secrecy: JI21tOnZbJuqt5NDRcQq2qvAUA4KTf
  21. type: oss
  22. server:
  23. domain: ''
  24. file:
  25. path: /data/${project.name}_data/
  26. spring:
  27. datasource:
  28. driver-class-name: com.mysql.cj.jdbc.Driver
  29. druid:
  30. initial-size: 5
  31. max-active: 20
  32. max-evictable-idle-time-millis: 90000
  33. max-wait: 60000
  34. min-evictable-idle-time-millis: 30000
  35. min-idle: 10
  36. password: JK123456%JIK
  37. stat-view-servlet:
  38. enabled: true
  39. test-on-borrow: false
  40. test-on-return: false
  41. test-while-idle: true
  42. time-between-eviction-runs-millis: 60000
  43. url: jdbc:mysql://120.25.146.52:13306/${project.name}?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  44. username: root
  45. validation-query: SELECT 1 FROM DUAL
  46. web-stat-filter:
  47. enabled: true
  48. type: com.alibaba.druid.pool.DruidDataSource
  49. rabbitmq:
  50. host: 120.24.144.164
  51. port: 5672
  52. username: admin
  53. password: adminv41234
  54. virtual-host: 4dkankan
  55. connection-timeout: 0
  56. listener:
  57. simple:
  58. prefetch: 1
  59. max-concurrency: 2
  60. acknowledge-mode: manual #开启消费者手动确认
  61. #开启消息投递确认机制
  62. publisher-confirm-type: correlated
  63. redis:
  64. database: 0
  65. host: 120.24.144.164
  66. jedis:
  67. pool:
  68. max-active: 8
  69. max-idle: 8
  70. max-wait: -1ms
  71. min-idle: 0
  72. password: bgh0cae240
  73. port: 6379
  74. timeout: 3000ms
  75. servlet:
  76. multipart:
  77. location: /test
  78. tlog:
  79. enable-invoke-time-print: true
  80. forest:
  81. backend: okhttp3 # 后端HTTP框架(默认为 okhttp3)
  82. max-connections: 1000 # 连接池最大连接数(默认为 500)
  83. max-route-connections: 500 # 每个路由的最大连接数(默认为 500)
  84. timeout: 50000 # 请求超时时间,单位为毫秒(默认为 3000)
  85. connect-timeout: 20000 # 连接超时时间,单位为毫秒(默认为 timeout)
  86. read-timeout: 50000 # 数据读取超时时间,单位为毫秒(默认为 timeout)
  87. max-retry-count: 0 # 请求失败后重试次数(默认为 0 次不重试)
  88. ssl-protocol: SSLv3 # 单向验证的HTTPS的默认SSL协议(默认为 SSLv3)
  89. logEnabled: true # 打开或关闭日志(默认为 true)
  90. log-request: true # 打开/关闭Forest请求日志(默认为 true)
  91. log-response-status: true # 打开/关闭Forest响应状态日志(默认为 true)
  92. log-response-content: true # 打开/关闭Forest响应内容日志(默认为 false)
  93. base-address-scheme: https
  94. base-address-host: test.4dkankan.com
  95. queue:
  96. scene-queue: queue-pano-scene
  97. do-slice-queue: queue-do-slice