svr-pack-resolve.yml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. connect-timeout: 10
  29. network-timeout: 60
  30. charset: ISO8859-1
  31. pool:
  32. init-size: 5
  33. max-size: 20
  34. wait-time: 500
  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. fast-dfs:
  63. tracker-server: 172.19.103.13:22122
  64. public-server: http://172.19.103.52:80
  65. hadoop:
  66. hbase-properties:
  67. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  68. elasticsearch:
  69. cluster-name: elasticsearch
  70. cluster-nodes: 172.19.103.9:9300
  71. ---
  72. spring:
  73. profiles: test
  74. # Mysql
  75. datasource:
  76. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  77. username: weifuwu
  78. password: weifuwu
  79. redis:
  80. host: 172.19.103.47 # Redis server host.
  81. port: 6379
  82. password: redis!@456
  83. fast-dfs:
  84. tracker-server: 172.19.103.13:22122
  85. public-server: http://172.19.103.52:80
  86. hadoop:
  87. hbase-properties:
  88. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  89. elasticsearch:
  90. cluster-name: elasticsearch
  91. cluster-nodes: 172.19.103.9:9300
  92. ---
  93. spring:
  94. profiles: prod_fz
  95. datasource:
  96. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  97. username: healthcloud
  98. password: GP8Qz4qU
  99. redis:
  100. host: 11.1.2.22 # Redis server host.
  101. port: 6390
  102. password: Kb6wKDQP1W4
  103. fast-dfs:
  104. tracker-server: 11.1.2.9:22122
  105. public-server: http://11.1.2.9:80
  106. hadoop:
  107. hbase-properties:
  108. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  109. elasticsearch:
  110. cluster-name: elasticsearch
  111. cluster-nodes: 11.1.2.7:9300
  112. ---
  113. spring:
  114. profiles: prod_sr
  115. datasource:
  116. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  117. username: healthcloud
  118. password: GP8Qz4qU
  119. redis:
  120. host: 10.176.97.5 # Redis server host.
  121. port: 6390
  122. password: q4YaQemf
  123. fast-dfs:
  124. tracker-server: 10.176.97.5:22122
  125. public-server: http://10.176.97.5:8888
  126. hadoop:
  127. hbase-properties:
  128. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  129. elasticsearch:
  130. cluster-name: elasticsearch
  131. cluster-nodes: 10.176.97.7:9300
  132. ---
  133. spring:
  134. profiles: prod_fzzy
  135. datasource:
  136. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  137. username: healthcloud
  138. password: GP8Qz4qU
  139. redis:
  140. host: 100.100.1.161 # Redis server host.
  141. port: 6390
  142. password: q4YaQemf
  143. fast-dfs:
  144. tracker-server: 100.100.1.157:22122
  145. public-server: http://100.100.1.157:8888
  146. hadoop:
  147. hbase-properties:
  148. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com
  149. elasticsearch:
  150. cluster-name: elasticsearch
  151. cluster-nodes: 100.100.1.158:9300
  152. ---
  153. spring:
  154. profiles: prod_srformal
  155. datasource:
  156. url: jdbc:mysql://192.168.40.34:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  157. username: healthcloud
  158. password: GP8Qz4qU
  159. redis:
  160. host: 192.168.50.82 # Redis server host.
  161. port: 6379
  162. password: q4YaQemf
  163. fast-dfs:
  164. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  165. public-server: http://192.168.50.37:8888
  166. hadoop:
  167. hbase-properties:
  168. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
  169. elasticsearch:
  170. cluster-name: elasticsearch
  171. cluster-nodes: 172.10.10.2:9300