application-pro.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. domain:
  2. 4dkk: https://www.4dkankan.com
  3. knife4j:
  4. basic:
  5. enable: true
  6. password: owen
  7. username: owen
  8. logging:
  9. config: classpath:logback-spring.xml
  10. fdkk:
  11. level: INFO
  12. maxHistory: 180
  13. file:
  14. path: /root/log/${project.name}_log
  15. level:
  16. com:
  17. gis: debug
  18. filestorage:
  19. active: oss
  20. oss:
  21. endpoint: http://oss-cn-shenzhen.aliyuncs.com
  22. internal-endpoint: http://oss-cn-shenzhen-internal.aliyuncs.com
  23. access-key: LTAI5tSkKQbEmxxuTbPtHqK6
  24. access-key-secret: JI21tOnZbJuqt5NDRcQq2qvAUA4KTf
  25. bucket: 4dkankan
  26. bucket-custom-domain:
  27. oss-xiaoan: https://ossxiaoan.4dage.com/
  28. 4dkankan: https://4dkk.4dage.com/
  29. full-path: true
  30. server:
  31. domain: ''
  32. file:
  33. path: /mnt/${project.name}_data/
  34. spring:
  35. spring:
  36. datasource:
  37. type: com.alibaba.druid.pool.DruidDataSource
  38. dynamic:
  39. primary: db1
  40. strict: false
  41. datasource:
  42. db1:
  43. driver-class-name: com.mysql.cj.jdbc.Driver
  44. url: jdbc:mysql://172.18.157.42:13306/720yun_fd_manage?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
  45. username: root
  46. password: JK20220120&JIK
  47. db2:
  48. driver-class-name: com.mysql.cj.jdbc.Driver
  49. url: jdbc:mysql://rm-wz90w10465iiwwv09.mysql.rds.aliyuncs.com:3306/4dkankan_v4?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
  50. username: root
  51. password: D2719bd0cae1a005
  52. rabbitmq:
  53. host: 172.18.157.42
  54. port: 5672
  55. username: guest
  56. password: guest
  57. virtual-host: 4dkankan
  58. connection-timeout: 0
  59. listener:
  60. simple:
  61. prefetch: 1
  62. max-concurrency: 10
  63. acknowledge-mode: manual #开启消费者手动确认
  64. direct:
  65. acknowledge-mode: manual #开启消费者手动确认
  66. #开启消息投递确认机制
  67. publisher-confirm-type: correlated
  68. redis:
  69. database: 0
  70. host: r-wz9owsphxqwi4ztqlf.redis.rds.aliyuncs.com
  71. jedis:
  72. pool:
  73. max-active: 8
  74. max-idle: 8
  75. max-wait: -1ms
  76. min-idle: 0
  77. password: 3oo19bgh0cae2406&
  78. port: 6379
  79. timeout: 3000ms
  80. servlet:
  81. multipart:
  82. location: /mnt
  83. tlog:
  84. enable-invoke-time-print: true
  85. forest:
  86. backend: okhttp3 # 后端HTTP框架(默认为 okhttp3)
  87. max-connections: 1000 # 连接池最大连接数(默认为 500)
  88. max-route-connections: 500 # 每个路由的最大连接数(默认为 500)
  89. timeout: 50000 # 请求超时时间,单位为毫秒(默认为 3000)
  90. connect-timeout: 20000 # 连接超时时间,单位为毫秒(默认为 timeout)
  91. read-timeout: 50000 # 数据读取超时时间,单位为毫秒(默认为 timeout)
  92. max-retry-count: 0 # 请求失败后重试次数(默认为 0 次不重试)
  93. ssl-protocol: SSLv3 # 单向验证的HTTPS的默认SSL协议(默认为 SSLv3)
  94. logEnabled: true # 打开或关闭日志(默认为 true)
  95. log-request: true # 打开/关闭Forest请求日志(默认为 true)
  96. log-response-status: true # 打开/关闭Forest响应状态日志(默认为 true)
  97. log-response-content: true # 打开/关闭Forest响应内容日志(默认为 false)
  98. base-address-scheme: https
  99. base-address-host: www.4dkankan.com
  100. queue:
  101. scene-queue: queue-pano-scene
  102. do-slice-queue: queue-do-slice
  103. relics-update-name-queue: relics-update-name-queue
  104. config:
  105. bashPath: ${project.name}/