svr-ehr-basic.yml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. management:
  2. port: ${server.port}
  3. fast-dfs:
  4. pool:
  5. init-size: 5
  6. max-size: 20
  7. wait-time: 500
  8. connect-timeout: 2
  9. network-timeout: 30
  10. charset: ISO8859-1
  11. http:
  12. tracker-http-port: 80
  13. anti-steal-token: no
  14. secret-key: FastDFS1234567890
  15. spring:
  16. datasource:
  17. driver-class-name: com.mysql.jdbc.Driver
  18. max-active: 20
  19. max-idle: 8
  20. min-idle: 8
  21. validation-query: SELECT 1
  22. test-on-borrow: true
  23. # REDIS
  24. redis:
  25. database: 0 # Database index used by the connection factory.
  26. port: 6379 # Redis server port.
  27. password: # Login password of the redis server.
  28. timeout: 0 # Connection timeout in milliseconds.
  29. #sentinel:
  30. # master: # Name of Redis server.
  31. # nodes: # Comma-separated list of host:port pairs.
  32. pool:
  33. 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.
  34. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  35. 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.
  36. 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.
  37. eip:
  38. tenant: jkzl
  39. ---
  40. spring:
  41. profiles: dev
  42. datasource:
  43. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  44. username: weifuwu
  45. password: weifuwu
  46. data:
  47. mongodb:
  48. host: 192.168.1.220
  49. port: 27017
  50. username: admin
  51. password: admin
  52. authenticationDatabase: admin
  53. database: ehr
  54. elasticsearch:
  55. jest:
  56. uris: http://172.19.103.68:9200
  57. fast-dfs:
  58. tracker-server: 172.19.103.13:22122
  59. public-server: http://172.19.103.52:80
  60. es:
  61. index: wlyy_quota_test
  62. type: wlyy_quota_test
  63. host: http://172.19.103.68:9200
  64. tHost: 172.19.103.68:9300
  65. clusterName: jkzl
  66. ---
  67. spring:
  68. profiles: test
  69. datasource:
  70. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  71. username: weifuwu
  72. password: weifuwu
  73. data:
  74. mongodb:
  75. host: 192.168.1.220
  76. port: 27017
  77. username: admin
  78. password: admin
  79. authenticationDatabase: admin
  80. database: ehr
  81. elasticsearch:
  82. jest:
  83. uris: http://172.19.103.68:9200
  84. fast-dfs:
  85. tracker-server: 172.19.103.13:22122
  86. public-server: http://172.19.103.52:80
  87. es:
  88. index: wlyy_quota_test
  89. type: wlyy_quota_test
  90. host: http://172.19.103.68:9200
  91. tHost: 172.19.103.68:9300
  92. clusterName: jkzl
  93. ---
  94. spring:
  95. profiles: prod_fz
  96. datasource:
  97. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  98. username: healthcloud
  99. password: GP8Qz4qU
  100. data:
  101. mongodb:
  102. host: 11.1.2.19
  103. port: 20000
  104. username: jkzlehr
  105. password: GMLBq1LG
  106. authenticationDatabase: admin
  107. database: ehr
  108. elasticsearch:
  109. jest:
  110. uris: http://172.19.103.68:9200
  111. fast-dfs:
  112. tracker-server: 11.1.2.9:22122
  113. public-server: http://11.1.2.9:80
  114. es:
  115. index: wlyy_quota_test
  116. type: wlyy_quota_test
  117. host: http://172.19.103.68:9200
  118. tHost: 172.19.103.68:9300
  119. clusterName: jkzl
  120. ---
  121. spring:
  122. profiles: prod_sr
  123. datasource:
  124. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  125. username: healthcloud
  126. password: GP8Qz4qU
  127. data:
  128. mongodb:
  129. host: 10.176.97.9
  130. port: 29000
  131. username: jkzlehr
  132. password: GMLBq1LG
  133. authenticationDatabase: admin
  134. database: ehr
  135. elasticsearch:
  136. jest:
  137. uris: http://10.176.97.7:9200
  138. fast-dfs:
  139. tracker-server: 10.176.97.5:22122
  140. public-server: http://10.176.97.5:8888
  141. es:
  142. index: wlyy_quota_test
  143. type: wlyy_quota_test
  144. host: http://10.176.97.7:9200
  145. tHost: 10.176.97.7:9300
  146. clusterName: jkzl
  147. ---
  148. spring:
  149. profiles: prod_fzzy
  150. datasource:
  151. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  152. username: healthcloud
  153. password: GP8Qz4qU
  154. data:
  155. mongodb:
  156. host: 100.100.1.157
  157. port: 29000
  158. username: jkzlehr
  159. password: GMLBq1LG
  160. authenticationDatabase: admin
  161. database: ehr
  162. elasticsearch:
  163. jest:
  164. uris: http://100.100.1.158:9200
  165. fast-dfs:
  166. tracker-server: 100.100.1.157:22122
  167. public-server: http://100.100.1.157:8888
  168. es:
  169. index: wlyy_quota_test
  170. type: wlyy_quota_test
  171. host: http://100.100.1.158:9200
  172. tHost: 100.100.1.158:9300
  173. clusterName: jkzl