app-ehr-admin.yml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. server:
  2. contextPath: /ehr
  3. port: 8090
  4. sessionTimeout: 30000000
  5. spring:
  6. redis:
  7. database: 0 # Database index used by the connection factory.
  8. timeout: 120000 # Connection timeout in milliseconds.
  9. pool:
  10. max-active: 100 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  11. max-idle: 100 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  12. 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.
  13. 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.
  14. multipart:
  15. maxFileSize: 50Mb
  16. maxRequestSize: 50Mb
  17. fast-dfs:
  18. pool:
  19. init-size: 5
  20. max-size: 20
  21. wait-time: 500
  22. connect-timeout: 2
  23. network-timeout: 30
  24. http:
  25. tracker-http-port: 80
  26. anti-steal-token: no
  27. secret-key: FastDFS1234567890
  28. permissions:
  29. info: admin
  30. ---
  31. spring:
  32. profiles: dev
  33. datasource:
  34. url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  35. username: ssgg
  36. password: ssgg@jkzl2019
  37. redis:
  38. host: 172.26.0.253
  39. port: 6379
  40. password:
  41. app:
  42. baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
  43. qcReportClientId: 2YTOSRI0tw
  44. resourceBrowseClientId: W8RDizgDIB
  45. browseClientId: uzs5G0HgTp
  46. oauth2InnerUrl: http://172.26.0.125:10001/authentication/
  47. oauth2OuterUrl: http://27.154.233.186:10260 #厦门-认证外网
  48. service-gateway:
  49. username: user
  50. password: eureka
  51. url: http://172.26.0.125:10000/api/v1.0/admin
  52. adminInnerUrl: http://172.26.0.125:10000
  53. stdurl: http://172.26.0.125:10000/api/v1.0/admin/std
  54. versionurl: http://172.26.0.125:10000/api/v1.0/admin/version
  55. cdatypeurl: http://172.26.0.125:10000/api/v1.0/admin/cda_type
  56. stdsourceurl: http://172.26.0.125:10000/api/v1.0/admin/standard_source
  57. adaption: http://172.26.0.125:10000/api/v1.0/adapter
  58. standard: http://172.26.0.125:10000/api/v1.0/std
  59. #browseClientUrl: http://192.168.1.221:8010/profile/browser
  60. browseClientUrl: http://172.26.0.125:1235/profile
  61. browseClientOutSizeUrl: http://27.154.233.186:9480/profile
  62. profileurl: http://172.19.103.83:9009/api/v1.0
  63. fast-dfs:
  64. tracker-server: 172.26.0.200:22122
  65. public-server: http://172.26.0.200:80
  66. std:
  67. version: 59083976eebd
  68. ---
  69. spring:
  70. profiles: alpha
  71. datasource:
  72. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  73. username: chenweishan
  74. password: chenweishan
  75. redis:
  76. host: 172.19.103.47 # Redis server host.
  77. port: 6379
  78. password: redis!@456
  79. app:
  80. baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
  81. qcReportClientId: 2YTOSRI0tw
  82. resourceBrowseClientId: W8RDizgDIB
  83. browseClientId: uzs5G0HgTp
  84. oauth2InnerUrl: http://172.19.103.70:1235/gateway/authentication/
  85. oauth2OuterUrl: http://27.154.233.186:10260/ #厦门-认证外网
  86. service-gateway:
  87. username: user
  88. password: eureka
  89. url: http://172.26.0.108:10000/api/v1.0/admin
  90. adminInnerUrl: http://172.26.0.108:10000
  91. stdurl: http://172.26.0.108:10000/api/v1.0/admin/std
  92. versionurl: http://172.26.0.108:10000/api/v1.0/admin/version
  93. cdatypeurl: http://172.26.0.108:10000/api/v1.0/admin/cda_type
  94. stdsourceurl: http://172.26.0.108:10000/api/v1.0/admin/standard_source
  95. adaption: http://172.26.0.108:10000/api/v1.0/adapter
  96. standard: http://172.26.0.108:10000/api/v1.0/std
  97. #browseClientUrl: http://192.168.1.221:8010/profile/browser
  98. browseClientUrl: http://172.19.103.70:1235/profile
  99. browseClientOutSizeUrl: http://27.154.233.186:9480/profile
  100. profileurl: http://172.19.103.74:9009/api/v1.0
  101. fast-dfs:
  102. tracker-server: 172.19.103.13:22122
  103. public-server: http://172.19.103.52:80
  104. std:
  105. version: 59083976eebd
  106. ---
  107. spring:
  108. profiles: prod
  109. datasource:
  110. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  111. username: chenweishan
  112. password: chenweishan
  113. redis:
  114. host: 172.19.103.47 # Redis server host.
  115. port: 6379
  116. password: redis!@456
  117. app:
  118. baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
  119. qcReportClientId: 2YTOSRI0tw
  120. resourceBrowseClientId: W8RDizgDIB
  121. browseClientId: uzs5G0HgTp
  122. oauth2InnerUrl: http://172.19.103.70:1235/gateway/authentication/
  123. oauth2OuterUrl: http://27.154.233.186:10260/ #厦门-认证外网
  124. service-gateway:
  125. username: user
  126. password: eureka
  127. url: http://172.26.0.108:10000/api/v1.0/admin
  128. adminInnerUrl: http://172.26.0.108:10000
  129. stdurl: http://172.26.0.108:10000/api/v1.0/admin/std
  130. versionurl: http://172.26.0.108:10000/api/v1.0/admin/version
  131. cdatypeurl: http://172.26.0.108:10000/api/v1.0/admin/cda_type
  132. stdsourceurl: http://172.26.0.108:10000/api/v1.0/admin/standard_source
  133. adaption: http://172.26.0.108:10000/api/v1.0/adapter
  134. standard: http://172.26.0.108:10000/api/v1.0/std
  135. #browseClientUrl: http://192.168.1.221:8010/profile/browser
  136. browseClientUrl: http://172.19.103.70:1235/profile
  137. browseClientOutSizeUrl: http://27.154.233.186:9480/profile
  138. profileurl: http://172.19.103.74:9009/api/v1.0
  139. fast-dfs:
  140. tracker-server: 172.19.103.13:22122
  141. public-server: http://172.19.103.52:80
  142. std:
  143. version: 59083976eebd