svr-ehr-basic.yml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. fast-dfs:
  55. tracker-server: 172.19.103.13:22122
  56. public-server: http://172.19.103.52:80
  57. es:
  58. index: wlyy_quota_test
  59. type: wlyy_quota_test
  60. host: http://172.19.103.68:9200
  61. tHost: 172.19.103.68:9300
  62. clusterName: jkzl
  63. ---
  64. spring:
  65. profiles: test
  66. datasource:
  67. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  68. username: weifuwu
  69. password: weifuwu
  70. data:
  71. mongodb:
  72. host: 192.168.1.220
  73. port: 27017
  74. username: admin
  75. password: admin
  76. authenticationDatabase: admin
  77. database: ehr
  78. fast-dfs:
  79. tracker-server: 172.19.103.13:22122
  80. public-server: http://172.19.103.52:80
  81. es:
  82. index: wlyy_quota_test
  83. type: wlyy_quota_test
  84. host: http://172.19.103.68:9200
  85. tHost: 172.19.103.68:9300
  86. clusterName: jkzl
  87. ---
  88. spring:
  89. profiles: prod_fz
  90. datasource:
  91. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  92. username: healthcloud
  93. password: GP8Qz4qU
  94. data:
  95. mongodb:
  96. host: 11.1.2.19
  97. port: 20000
  98. username: jkzlehr
  99. password: GMLBq1LG
  100. authenticationDatabase: admin
  101. database: ehr
  102. fast-dfs:
  103. tracker-server: 11.1.2.9:22122
  104. public-server: http://11.1.2.9:80
  105. es:
  106. index: wlyy_quota_test
  107. type: wlyy_quota_test
  108. host: http://172.19.103.68:9200
  109. tHost: 172.19.103.68:9300
  110. clusterName: jkzl
  111. ---
  112. spring:
  113. profiles: prod_sr
  114. datasource:
  115. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  116. username: healthcloud
  117. password: GP8Qz4qU
  118. data:
  119. mongodb:
  120. host: 10.176.97.9
  121. port: 29000
  122. username: jkzlehr
  123. password: GMLBq1LG
  124. authenticationDatabase: admin
  125. database: ehr
  126. fast-dfs:
  127. tracker-server: 10.176.97.5:22122
  128. public-server: http://10.176.97.5:8888
  129. es:
  130. index: wlyy_quota_test
  131. type: wlyy_quota_test
  132. host: http://10.176.97.7:9200
  133. tHost: 10.176.97.7:9300
  134. clusterName: jkzl
  135. ---
  136. spring:
  137. profiles: prod_fzzy
  138. datasource:
  139. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  140. username: healthcloud
  141. password: GP8Qz4qU
  142. data:
  143. mongodb:
  144. host: 100.100.1.157
  145. port: 29000
  146. username: jkzlehr
  147. password: GMLBq1LG
  148. authenticationDatabase: admin
  149. database: ehr
  150. fast-dfs:
  151. tracker-server: 100.100.1.157:22122
  152. public-server: http://100.100.1.157:8888
  153. es:
  154. index: wlyy_quota_test
  155. type: wlyy_quota_test
  156. host: http://100.100.1.158:9200
  157. tHost: 100.100.1.158:9300
  158. clusterName: jkzl