svr-resource.yml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. eip:
  25. tenant: jkzl
  26. ---
  27. spring:
  28. profiles: dev
  29. datasource:
  30. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  31. username: weifuwu
  32. password: weifuwu
  33. redis:
  34. host: 172.19.103.47 # Redis server host.
  35. port: 6379
  36. password: redis!@456
  37. data:
  38. solr:
  39. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  40. hadoop:
  41. hbase-properties:
  42. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  43. fast-dfs:
  44. tracker-server: 172.19.103.13:22122
  45. public-server: http://172.19.103.52:80
  46. ---
  47. spring:
  48. profiles: test
  49. datasource:
  50. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  51. username: weifuwu
  52. password: weifuwu
  53. redis:
  54. host: 172.19.103.47 # Redis server host.
  55. port: 6379
  56. password: redis!@456
  57. data:
  58. solr:
  59. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  60. hadoop:
  61. hbase-properties:
  62. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  63. fast-dfs:
  64. tracker-server: 172.19.103.13:22122
  65. public-server: http://172.19.103.52:80
  66. ---
  67. spring:
  68. profiles: prod_fz
  69. datasource:
  70. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  71. username: healthcloud
  72. password: GP8Qz4qU
  73. redis:
  74. host: 11.1.2.22 # Redis server host.
  75. port: 6390
  76. password: Kb6wKDQP1W4
  77. data:
  78. solr:
  79. #zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
  80. zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr
  81. hadoop:
  82. hbase-properties:
  83. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  84. fast-dfs:
  85. tracker-server: 11.1.2.9:22122
  86. public-server: http://11.1.2.9:80
  87. ---
  88. spring:
  89. profiles: prod_sr
  90. datasource:
  91. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  92. username: healthcloud
  93. password: GP8Qz4qU
  94. redis:
  95. host: 10.176.97.5 # Redis server host.
  96. port: 6390
  97. password: q4YaQemf
  98. data:
  99. solr:
  100. #zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
  101. zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr
  102. hadoop:
  103. hbase-properties:
  104. hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
  105. fast-dfs:
  106. tracker-server: 10.176.97.5:22122
  107. public-server: http://10.176.97.5:8888
  108. ---
  109. spring:
  110. profiles: prod_fzzy
  111. datasource:
  112. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  113. username: healthcloud
  114. password: GP8Qz4qU
  115. redis:
  116. host: 100.100.1.161 # 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.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com,node4.hde.h3c.com:2181/solr
  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. fast-dfs:
  127. tracker-server: 100.100.1.157:22122
  128. public-server: http://100.100.1.157:8888