svr-health-profile.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. spring:
  10. # REDIS
  11. redis:
  12. database: 0 # Database index used by the connection factory.
  13. #host: 172.19.103.47 # Redis server host.
  14. port: 6379 # Redis server port.
  15. password: # Login password of the redis server.
  16. timeout: 0 # Connection timeout in milliseconds.
  17. #sentinel:
  18. # master: # Name of Redis server.
  19. # nodes: # Comma-separated list of host:port pairs.
  20. pool:
  21. 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.
  22. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  23. 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.
  24. 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.
  25. # SOLR (SolrProperties)
  26. datasource:
  27. driver-class-name: com.mysql.jdbc.Driver
  28. max-active: 20
  29. max-idle: 8
  30. min-idle: 8
  31. validation-query: SELECT 1
  32. test-on-borrow: true
  33. fast-dfs:
  34. pool:
  35. init-size: 5
  36. max-size: 20
  37. wait-time: 500
  38. connect-timeout: 2
  39. network-timeout: 30
  40. charset: ISO8859-1
  41. http:
  42. tracker-http-port: 80
  43. anti-steal-token: no
  44. secret-key: FastDFS1234567890
  45. # 就诊事件与CDA文档类型关联
  46. cda-document-type-options:
  47. event-type:
  48. - "0": 0dae00065684c9920dc35654490aa9ac # 门诊
  49. - "1": 0dae00065684cb220dc35654490aa9ae # 住院
  50. ---
  51. spring:
  52. profiles: dev
  53. datasource:
  54. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  55. username: weifuwu
  56. password: weifuwu
  57. redis:
  58. host: 172.19.103.47 # Redis server host.
  59. port: 6379
  60. password: redis!@456
  61. application:
  62. id: JKZL
  63. fast-dfs:
  64. tracker-server: 172.19.103.13:22122
  65. public-server: http://172.19.103.52:80
  66. eip:
  67. tenant: jkzl
  68. ---
  69. spring:
  70. profiles: alpha
  71. datasource:
  72. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  73. username: ha
  74. password: ha
  75. application:
  76. id: JKZL
  77. fast-dfs:
  78. tracker-server: 172.19.103.54:22122
  79. public-server: http://172.19.103.54:80
  80. eip:
  81. tenant: jkzl
  82. ---
  83. spring:
  84. profiles: test
  85. datasource:
  86. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  87. username: weifuwu
  88. password: weifuwu
  89. application:
  90. id: JKZL
  91. fast-dfs:
  92. tracker-server: 172.19.103.13:22122
  93. public-server: http://172.19.103.52:80
  94. eip:
  95. tenant: jkzl
  96. ---
  97. spring:
  98. profiles: prod
  99. datasource:
  100. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  101. username: ha
  102. password: jkzlxm
  103. application:
  104. id: JKZL
  105. fast-dfs:
  106. tracker-server: 11.1.2.9:22122
  107. public-server: http://ds.ehr.yihu.com:22122
  108. eip:
  109. tenant: jkzl
  110. ---
  111. spring:
  112. profiles: prod_fz
  113. datasource:
  114. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  115. username: healthcloud
  116. password: GP8Qz4qU
  117. redis:
  118. host: 11.1.2.22 # Redis server host.
  119. port: 6390
  120. password: Kb6wKDQP1W4
  121. application:
  122. id: JKZL
  123. fast-dfs:
  124. tracker-server: 11.1.2.9:22122
  125. public-server: http://11.1.2.9:80
  126. eip:
  127. tenant: jkzl
  128. ---
  129. spring:
  130. profiles: prod_sr
  131. datasource:
  132. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  133. username: healthcloud
  134. password: GP8Qz4qU
  135. redis:
  136. host: 10.176.97.5 # Redis server host.
  137. port: 6390
  138. password: q4YaQemf
  139. application:
  140. id: JKZL
  141. fast-dfs:
  142. tracker-server: 10.176.97.5:22122
  143. public-server: http://10.176.97.5:8888
  144. eip:
  145. tenant: jkzl