svr-pack-resolve.yml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. max-active: 20
  5. max-idle: 8
  6. min-idle: 8
  7. validation-query: SELECT 1
  8. test-on-borrow: true
  9. # REDIS
  10. redis:
  11. database: 0 # Database index used by the connection factory.
  12. port: 6379 # Redis server port.
  13. password: # Login password of the redis server.
  14. timeout: 0 # Connection timeout in milliseconds.
  15. #sentinel:
  16. # master: # Name of Redis server.
  17. # nodes: # Comma-separated list of host:port pairs.
  18. pool:
  19. max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  20. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  21. max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
  22. min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  23. # SOLR (SolrProperties)
  24. data:
  25. solr:
  26. repositories.enabled: true # Enable Solr repositories.
  27. fast-dfs:
  28. pool:
  29. init-size: 5
  30. max-size: 20
  31. wait-time: 500
  32. connect-timeout: 2
  33. network-timeout: 30
  34. charset: ISO8859-1
  35. http:
  36. tracker-http-port: 80
  37. anti-steal-token: no
  38. secret-key: FastDFS1234567890
  39. hadoop:
  40. hbase-properties:
  41. hbase.zookeeper.property.clientPort: 2181
  42. zookeeper.znode.parent: /hbase-unsecure
  43. user:
  44. name: root
  45. resolve:
  46. job:
  47. init-size: 4 #解析入库初始任务数
  48. max-size: 8 #解析入库最大任务数
  49. cron-exp: 0/4 * * * * ? #解析任务触发间隔表达式
  50. ---
  51. spring:
  52. profiles: dev
  53. # Mysql
  54. datasource:
  55. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  56. username: weifuwu
  57. password: weifuwu
  58. redis:
  59. host: 172.19.103.47 # Redis server host.
  60. port: 6379
  61. password: redis!@456
  62. data:
  63. solr:
  64. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  65. metrics:
  66. export:
  67. statsd:
  68. host: 172.19.103.73
  69. port: 8125
  70. fast-dfs:
  71. tracker-server: 172.19.103.13:22122
  72. public-server: http://172.19.103.52:80
  73. hadoop:
  74. hbase-properties:
  75. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  76. ---
  77. spring:
  78. profiles: test
  79. # Mysql
  80. datasource:
  81. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  82. username: weifuwu
  83. password: weifuwu
  84. redis:
  85. host: 172.19.103.47 # Redis server host.
  86. port: 6379
  87. password: redis!@456
  88. data:
  89. solr:
  90. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  91. metrics:
  92. export:
  93. statsd:
  94. host: 172.19.103.73
  95. port: 8125
  96. fast-dfs:
  97. tracker-server: 172.19.103.13:22122
  98. public-server: http://172.19.103.52:80
  99. hadoop:
  100. hbase-properties:
  101. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  102. ---
  103. spring:
  104. profiles: prod_fz
  105. datasource:
  106. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  107. username: healthcloud
  108. password: GP8Qz4qU
  109. redis:
  110. host: 11.1.2.22 # Redis server host.
  111. port: 6390
  112. password: Kb6wKDQP1W4
  113. data:
  114. solr:
  115. zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  116. metrics:
  117. export:
  118. statsd:
  119. host: 192.168.135.29
  120. port: 8125
  121. fast-dfs:
  122. tracker-server: 11.1.2.9:22122
  123. public-server: http://11.1.2.9:80
  124. hadoop:
  125. hbase-properties:
  126. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  127. ---
  128. spring:
  129. profiles: prod_sr
  130. datasource:
  131. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  132. username: healthcloud
  133. password: GP8Qz4qU
  134. redis:
  135. host: 10.176.97.5 # Redis server host.
  136. port: 6390
  137. password: q4YaQemf
  138. data:
  139. solr:
  140. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  141. metrics:
  142. export:
  143. statsd:
  144. host: 10.176.97.10
  145. port: 8125
  146. fast-dfs:
  147. tracker-server: 10.176.97.5:22122
  148. public-server: http://10.176.97.5:8888
  149. hadoop:
  150. hbase-properties:
  151. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  152. ---
  153. spring:
  154. profiles: prod_fzzy
  155. datasource:
  156. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  157. username: healthcloud
  158. password: GP8Qz4qU
  159. redis:
  160. host: 100.100.1.161 # Redis server host.
  161. port: 6390
  162. password: q4YaQemf
  163. data:
  164. solr:
  165. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  166. metrics:
  167. export:
  168. statsd:
  169. host: 100.100.1.162
  170. port: 8125
  171. fast-dfs:
  172. tracker-server: 100.100.1.157:22122
  173. public-server: http://100.100.1.157:8888
  174. hadoop:
  175. hbase-properties:
  176. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com