svr-pack-resolve.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. hibernate:
  11. dialect: org.hibernate.dialect.MySQL5Dialect
  12. redis:
  13. connection-factory:
  14. port: 6379
  15. pool:
  16. max-total: 10
  17. max-idle: 5
  18. min-idle: 3
  19. fast-dfs:
  20. pool:
  21. init-size: 5
  22. max-size: 20
  23. wait-time: 500
  24. connect-timeout: 2
  25. network-timeout: 30
  26. fast-dfs:
  27. charset: ISO8859-1
  28. http:
  29. tracker-http-port: 80
  30. anti-steal-token: no
  31. secret-key: FastDFS1234567890
  32. solr:
  33. zkClientTimeout: 10000
  34. zkConnectTimeout: 10000
  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. hibernate:
  44. show-sql: true
  45. format-sql: true
  46. redis:
  47. connection-factory:
  48. host-name: 172.19.103.47
  49. fast-dfs:
  50. tracker-server: 172.19.103.54:22122
  51. solr:
  52. server: http://172.19.103.10:8983/solr
  53. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr
  54. ---
  55. spring:
  56. profiles: test
  57. data-source:
  58. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  59. username: fujian
  60. password: fujian
  61. hibernate:
  62. hibernate-properties:
  63. hibernate:
  64. show-sql: true
  65. format-sql: true
  66. redis:
  67. connection-factory:
  68. host-name: 172.17.110.68
  69. fast-dfs:
  70. tracker-server: 172.19.103.13:22122
  71. solr:
  72. server: http://172.19.103.10:8983/solr
  73. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr
  74. ---
  75. spring:
  76. profiles: prod
  77. data-source:
  78. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  79. username: ha
  80. password: jkzlxm
  81. hibernate:
  82. hibernate-properties:
  83. hibernate:
  84. show-sql: false
  85. format-sql: false
  86. redis:
  87. connection-factory:
  88. host-name: 11.1.2.20
  89. fast-dfs:
  90. tracker-server: 11.1.2.9:22122
  91. solr:
  92. server: http://172.19.103.10:8983/solr
  93. zookeeper: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr