svr-pack-resolve.yml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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. hadoop:
  24. hbase-properties:
  25. hbase.zookeeper.property.clientPort: 2181
  26. zookeeper.znode.parent: /hbase-unsecure
  27. user:
  28. name: root
  29. eip:
  30. schemaVersion: 5a6951bff0bb
  31. resolve:
  32. job:
  33. init-size: 10 #解析入库初始任务数
  34. max-size: 10 #解析入库最大任务数
  35. cron-exp: 0/1 * * * * ? #解析任务触发间隔表达式
  36. ---
  37. spring:
  38. profiles: dev
  39. datasource:
  40. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  41. username: weifuwu
  42. password: weifuwu
  43. redis:
  44. host: 172.19.103.47
  45. port: 6379
  46. password: redis!@456
  47. fast-dfs:
  48. tracker-server: 172.19.103.13:22122
  49. public-server: http://172.19.103.52:80
  50. pacs-group-name: group1 # 指定影像文件落入到哪个group上
  51. hadoop:
  52. hbase-properties:
  53. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  54. elasticsearch:
  55. cluster-name: elasticsearch
  56. cluster-nodes: 172.19.103.9:9300
  57. ftp:
  58. address: 172.19.103.58
  59. username: pacs
  60. password: pacssr2018
  61. port: 21
  62. ---
  63. spring:
  64. profiles: test
  65. datasource:
  66. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  67. username: weifuwu
  68. password: weifuwu
  69. redis:
  70. host: 172.19.103.47
  71. port: 6379
  72. password: redis!@456
  73. fast-dfs:
  74. tracker-server: 172.19.103.13:22122
  75. public-server: http://172.19.103.52:80
  76. pacs-group-name: group1 # 指定影像文件落入到哪个group上
  77. hadoop:
  78. hbase-properties:
  79. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  80. elasticsearch:
  81. cluster-name: elasticsearch
  82. cluster-nodes: 172.19.103.9:9300
  83. ftp:
  84. address: 172.19.103.58
  85. username: pacs
  86. password: pacssr2018
  87. port: 21
  88. ---
  89. spring:
  90. profiles: prod_fz
  91. datasource:
  92. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  93. username: healthcloud
  94. password: GP8Qz4qU
  95. redis:
  96. host: 11.1.2.22
  97. port: 6390
  98. password: Kb6wKDQP1W4
  99. fast-dfs:
  100. tracker-server: 11.1.2.9:22122
  101. public-server: http://11.1.2.9:80
  102. pacs-group-name: group1 # 指定影像文件落入到哪个group上
  103. hadoop:
  104. hbase-properties:
  105. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  106. elasticsearch:
  107. cluster-name: elasticsearch
  108. cluster-nodes: 11.1.2.7:9300
  109. ftp: #----------------------------------todo 待配置
  110. address: 172.19.103.58
  111. username: pacs
  112. password: pacssr2018
  113. port: 21 #----------------------------------todo 待配置
  114. ---
  115. spring:
  116. profiles: prod_fzzy
  117. datasource:
  118. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  119. username: healthcloud
  120. password: GP8Qz4qU
  121. redis:
  122. host: 100.100.1.161
  123. port: 6390
  124. password: q4YaQemf
  125. fast-dfs:
  126. tracker-server: 100.100.1.157:22122
  127. public-server: http://100.100.1.157:8888
  128. pacs-group-name: group1 # 指定影像文件落入到哪个group上
  129. hadoop:
  130. hbase-properties:
  131. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  132. elasticsearch:
  133. cluster-name: elasticsearch
  134. cluster-nodes: 100.100.1.158:9300
  135. ftp: #----------------------------------todo 待配置
  136. address: 172.19.103.58
  137. username: pacs
  138. password: pacssr2018
  139. port: 21 #----------------------------------todo 待配置
  140. ---
  141. spring:
  142. profiles: prod_srformal
  143. datasource:
  144. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  145. username: healthcloud
  146. password: GP8Qz4qU
  147. redis:
  148. host: 192.168.50.82
  149. port: 6379
  150. password: q4YaQemf
  151. fast-dfs:
  152. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  153. public-server: http://192.168.220.62:23000
  154. pacs-group-name: group2 # 指定影像文件落入到哪个group上
  155. hadoop:
  156. hbase-properties:
  157. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
  158. elasticsearch:
  159. cluster-name: elasticsearch
  160. cluster-nodes: 172.10.10.5:9300
  161. ftp:
  162. address: 192.168.220.20
  163. username: jkzl
  164. password: jkzlsr2018
  165. port: 21
  166. ---
  167. spring:
  168. profiles: demo_guigang
  169. datasource:
  170. url: jdbc:mysql://192.168.50.51:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  171. username: healthcloud
  172. password: GP8Qz4qU
  173. redis:
  174. host: 192.168.50.52
  175. port: 6379
  176. password: q4YaQemf
  177. fast-dfs:
  178. tracker-server: 192.168.50.52:22122
  179. public-server: http://192.168.50.52:8888
  180. pacs-group-name: group2 # 指定影像文件落入到哪个group上
  181. hadoop:
  182. hbase-properties:
  183. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  184. elasticsearch:
  185. cluster-name: jkzl
  186. cluster-nodes: 192.168.50.52:9300
  187. ftp:
  188. address: 192.168.220.20
  189. username: jkzl
  190. password: jkzlsr2018
  191. port: 21