svr-health-profile.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. logging:
  2. level:
  3. com:
  4. netflix: DEBUG
  5. hadoop:
  6. hbase-properties:
  7. - hbase.zookeeper.property.clientPort: 2181
  8. - zookeeper.znode.parent: /hbase-unsecure
  9. spring:
  10. # REDIS
  11. redis:
  12. database: 0 # Database index used by the connection factory.
  13. port: 6379 # Redis server port.
  14. password: # Login password of the redis server.
  15. timeout: 0 # Connection timeout in milliseconds.
  16. #sentinel:
  17. # master: # Name of Redis server.
  18. # nodes: # Comma-separated list of host:port pairs.
  19. pool:
  20. 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.
  21. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  22. 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.
  23. 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.
  24. # SOLR (SolrProperties)
  25. data:
  26. solr:
  27. repositories.enabled: true # Enable Solr repositories.
  28. datasource:
  29. driver-class-name: com.mysql.jdbc.Driver
  30. max-active: 20
  31. max-idle: 8
  32. min-idle: 8
  33. validation-query: SELECT 1
  34. test-on-borrow: true
  35. data-source:
  36. driver-class-name: com.mysql.jdbc.Driver
  37. initialize-size: 1
  38. max-total: 20
  39. max-idle: 10
  40. min-idle: 1
  41. validation-query: SELECT 1
  42. test-on-borrow: true
  43. remove-abandoned-timeout: 55
  44. fast-dfs:
  45. pool:
  46. init-size: 5
  47. max-size: 20
  48. wait-time: 500
  49. connect-timeout: 2
  50. network-timeout: 30
  51. charset: ISO8859-1
  52. http:
  53. tracker-http-port: 80
  54. anti-steal-token: no
  55. secret-key: FastDFS1234567890
  56. # 就诊事件与CDA文档类型关联
  57. cda-document-type-options:
  58. event-type:
  59. - "0": 0dae00065684c9920dc35654490aa9ac # 门诊
  60. - "1": 0dae00065684cb220dc35654490aa9ae # 住院
  61. ---
  62. spring:
  63. profiles: dev
  64. redis:
  65. host: 192.168.1.220 # Redis server host.
  66. data:
  67. solr:
  68. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  69. datasource:
  70. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  71. username: ha
  72. password: ha
  73. hadoop:
  74. hbase-properties:
  75. - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
  76. fast-dfs:
  77. tracker-server: 172.19.103.54:22122
  78. public-server: http://172.19.103.54:22122
  79. ---
  80. spring:
  81. profiles: alpha
  82. redis:
  83. host: 192.168.1.220 # Redis server host.
  84. data:
  85. solr:
  86. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  87. datasource:
  88. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  89. username: ha
  90. password: ha
  91. hadoop:
  92. hbase-properties:
  93. - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
  94. fast-dfs:
  95. tracker-server: 172.19.103.54:22122
  96. public-server: http://172.19.103.54:22122
  97. ---
  98. spring:
  99. profiles: test
  100. redis:
  101. host: 172.19.103.47 # Redis server host.
  102. data:
  103. solr:
  104. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  105. datasource:
  106. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  107. username: weifuwu
  108. password: weifuwu
  109. data-source:
  110. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  111. user-name: weifuwu
  112. password: weifuwu
  113. hadoop:
  114. hbase-properties:
  115. - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
  116. fast-dfs:
  117. tracker-server: 172.19.103.13:22122
  118. public-server: http://172.19.103.52:80
  119. ---
  120. spring:
  121. profiles: prod
  122. redis:
  123. host: 11.1.2.20 # Redis server host.
  124. data:
  125. solr:
  126. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  127. datasource:
  128. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  129. username: ha
  130. password: jkzlxm
  131. hadoop:
  132. hbase-properties:
  133. - hbase.zookeeper.quorum: node2.jkzl.com,node3.jkzl.com,node1.jkzl.com
  134. fast-dfs:
  135. tracker-server: 11.1.2.9:22122
  136. public-server: http://ds.ehr.yihu.com:22122