svr-resource.yml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. hadoop:
  2. hbase-properties:
  3. hbase.zookeeper.property.clientPort: 2181
  4. zookeeper.znode.parent: /hbase-unsecure
  5. user:
  6. name: root
  7. spring:
  8. # REDIS
  9. redis:
  10. database: 0 # Database index used by the connection factory.
  11. timeout: 0 # Connection timeout in milliseconds.
  12. pool:
  13. 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.
  14. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  15. 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.
  16. 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.
  17. datasource:
  18. driver-class-name: com.mysql.jdbc.Driver
  19. max-active: 20
  20. max-idle: 8
  21. min-idle: 8
  22. validation-query: SELECT 1
  23. test-on-borrow: true
  24. fast-dfs:
  25. connect-timeout: 10
  26. network-timeout: 60
  27. charset: ISO8859-1
  28. pool:
  29. init-size: 5
  30. max-size: 20
  31. wait-time: 500
  32. http:
  33. tracker-http-port: 80
  34. anti-steal-token: no
  35. secret-key: FastDFS1234567890
  36. eip:
  37. tenant: jkzl
  38. ---
  39. spring:
  40. profiles: dev
  41. datasource:
  42. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  43. username: weifuwu
  44. password: weifuwu
  45. redis:
  46. host: 172.19.103.47 # Redis server host.
  47. port: 6379
  48. password: redis!@456
  49. data:
  50. solr:
  51. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  52. hadoop:
  53. hbase-properties:
  54. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  55. fast-dfs:
  56. tracker-server: 172.19.103.13:22122
  57. public-server: http://172.19.103.52:80
  58. elasticsearch:
  59. cluster-name: elasticsearch
  60. cluster-nodes: 172.19.103.9:9300
  61. ---
  62. spring:
  63. profiles: test
  64. datasource:
  65. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  66. username: weifuwu
  67. password: weifuwu
  68. redis:
  69. host: 172.19.103.47 # Redis server host.
  70. port: 6379
  71. password: redis!@456
  72. data:
  73. solr:
  74. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  75. hadoop:
  76. hbase-properties:
  77. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  78. fast-dfs:
  79. tracker-server: 172.19.103.13:22122
  80. public-server: http://172.19.103.52:80
  81. elasticsearch:
  82. cluster-name: elasticsearch
  83. cluster-nodes: 172.19.103.9:9300
  84. ---
  85. spring:
  86. profiles: prod_fz
  87. datasource:
  88. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  89. username: healthcloud
  90. password: GP8Qz4qU
  91. redis:
  92. host: 11.1.2.22 # Redis server host.
  93. port: 6390
  94. password: Kb6wKDQP1W4
  95. data:
  96. solr:
  97. #zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
  98. zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr
  99. hadoop:
  100. hbase-properties:
  101. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  102. fast-dfs:
  103. tracker-server: 11.1.2.9:22122
  104. public-server: http://11.1.2.9:80
  105. elasticsearch:
  106. cluster-name: elasticsearch
  107. cluster-nodes: 11.1.2.7:9300
  108. ---
  109. spring:
  110. profiles: prod_sr
  111. datasource:
  112. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  113. username: healthcloud
  114. password: GP8Qz4qU
  115. redis:
  116. host: 10.176.97.5 # Redis server host.
  117. port: 6390
  118. password: q4YaQemf
  119. data:
  120. solr:
  121. #zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
  122. zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr
  123. hadoop:
  124. hbase-properties:
  125. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  126. fast-dfs:
  127. tracker-server: 10.176.97.5:22122
  128. public-server: http://10.176.97.5:8888
  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. data:
  144. solr:
  145. #zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
  146. zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com:2181/solr
  147. hadoop:
  148. hbase-properties:
  149. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com
  150. fast-dfs:
  151. tracker-server: 100.100.1.157:22122
  152. public-server: http://100.100.1.157:8888
  153. elasticsearch:
  154. cluster-name: elasticsearch
  155. cluster-nodes: 100.100.1.158:9300
  156. ---
  157. spring:
  158. profiles: prod_srformal
  159. datasource:
  160. url: jdbc:mysql://192.168.40.34:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  161. username: healthcloud
  162. password: GP8Qz4qU
  163. redis:
  164. host: 192.168.50.82 # Redis server host.
  165. port: 6379
  166. password: q4YaQemf
  167. data:
  168. solr:
  169. zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
  170. hadoop:
  171. hbase-properties:
  172. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
  173. fast-dfs:
  174. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  175. public-server: http://192.168.50.37:8888
  176. elasticsearch:
  177. cluster-name: elasticsearch
  178. cluster-nodes: 172.10.10.2:9300