svr-health-profile.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. fast-dfs:
  36. pool:
  37. init-size: 5
  38. max-size: 20
  39. wait-time: 500
  40. connect-timeout: 2
  41. network-timeout: 30
  42. charset: ISO8859-1
  43. http:
  44. tracker-http-port: 80
  45. anti-steal-token: no
  46. secret-key: FastDFS1234567890
  47. # 就诊事件与CDA文档类型关联
  48. cda-document-type-options:
  49. event-type:
  50. - "0": 0dae00065684c9920dc35654490aa9ac # 门诊
  51. - "1": 0dae00065684cb220dc35654490aa9ae # 住院
  52. ---
  53. spring:
  54. profiles: dev
  55. redis:
  56. host: 192.168.1.220 # Redis server host.
  57. data:
  58. solr:
  59. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  60. datasource:
  61. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  62. username: ha
  63. password: ha
  64. hadoop:
  65. hbase-properties:
  66. - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
  67. fast-dfs:
  68. tracker-server: 172.19.103.54:22122
  69. public-server: http://172.19.103.54:80
  70. ---
  71. spring:
  72. profiles: alpha
  73. redis:
  74. host: 192.168.1.220 # Redis server host.
  75. data:
  76. solr:
  77. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  78. datasource:
  79. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  80. username: ha
  81. password: ha
  82. hadoop:
  83. hbase-properties:
  84. - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
  85. fast-dfs:
  86. tracker-server: 172.19.103.54:22122
  87. public-server: http://172.19.103.54:80
  88. ---
  89. spring:
  90. profiles: test
  91. redis:
  92. host: 172.19.103.47 # Redis server host.
  93. data:
  94. solr:
  95. zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  96. datasource:
  97. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  98. username: weifuwu
  99. password: weifuwu
  100. hadoop:
  101. hbase-properties:
  102. - hbase.zookeeper.quorum: node2.jkzldev.com,node1.jkzldev.com,node4.jkzldev.com
  103. fast-dfs:
  104. tracker-server: 172.19.103.13:22122
  105. public-server: http://172.19.103.52:80
  106. ---
  107. spring:
  108. profiles: prod
  109. redis:
  110. host: 11.1.2.20 # Redis server host.
  111. data:
  112. solr:
  113. zk-host: 11.1.2.51,11.1.2.52,11.1.2.53:2181/solr # ZooKeeper host address in the form HOST:PORT.
  114. datasource:
  115. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  116. username: ha
  117. password: jkzlxm
  118. hadoop:
  119. hbase-properties:
  120. - hbase.zookeeper.quorum: node2.jkzl.com,node3.jkzl.com,node1.jkzl.com
  121. fast-dfs:
  122. tracker-server: 11.1.2.9:22122
  123. public-server: http://ds.ehr.yihu.com:22122