svr-pack-resolve.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. data-source:
  2. driver-class-name: com.mysql.jdbc.Driver
  3. initialize-size: 1
  4. max-total: 20
  5. max-idle: 10
  6. min-idle: 1
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. remove-abandoned-timeout: 55
  10. redis:
  11. connection-factory:
  12. port: 6379
  13. pool:
  14. max-total: 10
  15. max-idle: 5
  16. min-idle: 3
  17. fast-dfs:
  18. pool:
  19. init-size: 5
  20. max-size: 20
  21. wait-time: 500
  22. connect-timeout: 2
  23. network-timeout: 30
  24. fast-dfs:
  25. charset: ISO8859-1
  26. http:
  27. tracker-http-port: 80
  28. anti-steal-token: no
  29. secret-key: FastDFS1234567890
  30. solr:
  31. zkClientTimeout: 10000
  32. zkConnectTimeout: 10000
  33. profile:
  34. data-buffer-size: 200 # 记录缓冲区数量
  35. #error code and message
  36. ---
  37. spring:
  38. profiles: dev
  39. data-source:
  40. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  41. user-name: ha
  42. password: ha
  43. redis:
  44. connection-factory:
  45. host-name: 172.19.103.47
  46. fast-dfs:
  47. tracker-server: 172.19.103.54:22122
  48. solr:
  49. server: http://172.19.103.10:8983/solr
  50. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr
  51. ---
  52. spring:
  53. profiles: test
  54. data-source:
  55. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  56. username: fujian
  57. password: fujian
  58. redis:
  59. connection-factory:
  60. host-name: 172.17.110.68
  61. fast-dfs:
  62. tracker-server: 172.19.103.13:22122
  63. solr:
  64. server: http://172.19.103.10:8983/solr
  65. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr
  66. ---
  67. spring:
  68. profiles: prod
  69. data-source:
  70. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  71. username: ha
  72. password: jkzlxm
  73. redis:
  74. connection-factory:
  75. host-name: 11.1.2.20
  76. fast-dfs:
  77. tracker-server: 11.1.2.9:22122
  78. solr:
  79. server: http://172.19.103.10:8983/solr
  80. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr