svr-pack-resolve.yml 5.7 KB

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