svr-ehr-basic.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. server:
  10. port: ${svr-ehr-basic.server.port}
  11. management:
  12. port: ${server.port}
  13. fast-dfs:
  14. pool:
  15. init-size: 5
  16. max-size: 20
  17. wait-time: 500
  18. connect-timeout: 2
  19. network-timeout: 30
  20. charset: ISO8859-1
  21. http:
  22. tracker-http-port: 80
  23. anti-steal-token: no
  24. secret-key: FastDFS1234567890
  25. spring:
  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. # REDIS
  34. redis:
  35. database: 0 # Database index used by the connection factory.
  36. port: 6379 # Redis server port.
  37. password: # Login password of the redis server.
  38. timeout: 0 # Connection timeout in milliseconds.
  39. #sentinel:
  40. # master: # Name of Redis server.
  41. # nodes: # Comma-separated list of host:port pairs.
  42. pool:
  43. 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.
  44. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  45. 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.
  46. 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.
  47. ---
  48. spring:
  49. profiles: dev
  50. datasource:
  51. url: jdbc:mysql://192.168.1.220:3306/xmehr?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  52. username: xmehr
  53. password: xmehr
  54. data:
  55. mongodb:
  56. host: 192.168.1.220
  57. port: 27017
  58. username: admin
  59. password: admin
  60. authenticationDatabase: admin
  61. database: ehr
  62. fast-dfs:
  63. tracker-server: 172.19.103.13:22122
  64. public-server: http://172.19.103.52:80
  65. eip:
  66. tenant: jkzl
  67. ---
  68. spring:
  69. profiles: alpha
  70. datasource:
  71. url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  72. username: ha
  73. password: ha
  74. fast-dfs:
  75. tracker-server: 172.19.103.54:22122
  76. public-server: http://172.19.103.54
  77. eip:
  78. tenant: jkzl
  79. ---
  80. spring:
  81. profiles: test
  82. datasource:
  83. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  84. username: weifuwu
  85. password: weifuwu
  86. data:
  87. mongodb:
  88. host: 192.168.1.220
  89. port: 27017
  90. username: admin
  91. password: admin
  92. authenticationDatabase: admin
  93. database: ehr
  94. fast-dfs:
  95. tracker-server: 172.19.103.13:22122
  96. public-server: http://172.19.103.52:80
  97. eip:
  98. tenant: jkzl
  99. ---
  100. spring:
  101. profiles: prod
  102. datasource:
  103. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  104. username: ha
  105. password: jkzlxm
  106. fast-dfs:
  107. tracker-server: 11.1.2.9:22122
  108. public-server: http://ds.ehr.yihu.com:22122
  109. eip:
  110. tenant: jkzl
  111. ---
  112. spring:
  113. profiles: prod_fz
  114. datasource:
  115. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  116. username: healthcloud
  117. password: GP8Qz4qU
  118. data:
  119. mongodb:
  120. host: 11.1.2.19
  121. port: 20000
  122. username: jkzlehr
  123. password: GMLBq1LG
  124. authenticationDatabase: admin
  125. database: ehr
  126. fast-dfs:
  127. tracker-server: 11.1.2.9:22122
  128. public-server: http://11.1.2.9:80
  129. eip:
  130. tenant: jkzl
  131. ---
  132. spring:
  133. profiles: prod_sr
  134. datasource:
  135. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  136. username: healthcloud
  137. password: GP8Qz4qU
  138. data:
  139. mongodb:
  140. host: 10.176.97.9
  141. port: 29000
  142. username: jkzlehr
  143. password: GMLBq1LG
  144. authenticationDatabase: admin
  145. database: ehr
  146. fast-dfs:
  147. tracker-server: 10.176.97.5:22122
  148. public-server: http://10.176.97.5:8888
  149. eip:
  150. tenant: jkzl