application-sitAws.yml 3.5 KB

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