svr-pack-resolve.yml 4.8 KB

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