svr-pack-resolve.yml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. ---
  30. spring:
  31. profiles: dev
  32. datasource:
  33. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  34. username: weifuwu
  35. password: weifuwu
  36. redis:
  37. host: 172.19.103.47
  38. port: 6379
  39. password: redis!@456
  40. fast-dfs:
  41. tracker-server: 172.19.103.13:22122
  42. public-server: http://172.19.103.52:80
  43. hadoop:
  44. hbase-properties:
  45. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  46. elasticsearch:
  47. cluster-name: elasticsearch
  48. cluster-nodes: 172.19.103.9:9300
  49. ---
  50. spring:
  51. profiles: test
  52. datasource:
  53. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  54. username: weifuwu
  55. password: weifuwu
  56. redis:
  57. host: 172.19.103.47
  58. port: 6379
  59. password: redis!@456
  60. fast-dfs:
  61. tracker-server: 172.19.103.13:22122
  62. public-server: http://172.19.103.52:80
  63. hadoop:
  64. hbase-properties:
  65. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  66. elasticsearch:
  67. cluster-name: elasticsearch
  68. cluster-nodes: 172.19.103.9:9300
  69. ---
  70. spring:
  71. profiles: prod_fz
  72. datasource:
  73. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  74. username: healthcloud
  75. password: GP8Qz4qU
  76. redis:
  77. host: 11.1.2.22
  78. port: 6390
  79. password: Kb6wKDQP1W4
  80. fast-dfs:
  81. tracker-server: 11.1.2.9:22122
  82. public-server: http://11.1.2.9:80
  83. hadoop:
  84. hbase-properties:
  85. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  86. elasticsearch:
  87. cluster-name: elasticsearch
  88. cluster-nodes: 11.1.2.7:9300
  89. ---
  90. spring:
  91. profiles: prod_sr
  92. datasource:
  93. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  94. username: healthcloud
  95. password: GP8Qz4qU
  96. redis:
  97. host: 10.176.97.5
  98. port: 6390
  99. password: q4YaQemf
  100. fast-dfs:
  101. tracker-server: 10.176.97.5:22122
  102. public-server: http://10.176.97.5:8888
  103. hadoop:
  104. hbase-properties:
  105. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  106. elasticsearch:
  107. cluster-name: elasticsearch
  108. cluster-nodes: 10.176.97.7:9300
  109. ---
  110. spring:
  111. profiles: prod_fzzy
  112. datasource:
  113. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  114. username: healthcloud
  115. password: GP8Qz4qU
  116. redis:
  117. host: 100.100.1.161
  118. port: 6390
  119. password: q4YaQemf
  120. fast-dfs:
  121. tracker-server: 100.100.1.157:22122
  122. public-server: http://100.100.1.157:8888
  123. hadoop:
  124. hbase-properties:
  125. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com
  126. elasticsearch:
  127. cluster-name: elasticsearch
  128. cluster-nodes: 100.100.1.158:9300
  129. ---
  130. spring:
  131. profiles: prod_srformal
  132. datasource:
  133. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  134. username: healthcloud
  135. password: GP8Qz4qU
  136. redis:
  137. host: 192.168.50.82
  138. port: 6379
  139. password: q4YaQemf
  140. fast-dfs:
  141. tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  142. public-server: http://192.168.50.37:8888
  143. hadoop:
  144. hbase-properties:
  145. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
  146. elasticsearch:
  147. cluster-name: elasticsearch
  148. cluster-nodes: 172.10.10.5:9300