app-ehr-admin.yml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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.108
  39. port: 6390
  40. app:
  41. baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
  42. qcReportClientId: 2YTOSRI0tw
  43. resourceBrowseClientId: W8RDizgDIB
  44. browseClientId: uzs5G0HgTp
  45. oauth2InnerUrl: http://172.26.0.108:10001/authentication/
  46. oauth2OuterUrl: http://27.154.233.186:10260 #厦门-认证外网
  47. service-gateway:
  48. username: user
  49. password: eureka
  50. url: http://172.26.0.108:10000/api/v1.0/admin
  51. adminInnerUrl: http://172.26.0.108:10000
  52. stdurl: http://172.26.0.108:10000/api/v1.0/admin/std
  53. versionurl: http://172.26.0.108:10000/api/v1.0/admin/version
  54. cdatypeurl: http://172.26.0.108:10000/api/v1.0/admin/cda_type
  55. stdsourceurl: http://172.26.0.108:10000/api/v1.0/admin/standard_source
  56. adaption: http://172.26.0.108:10000/api/v1.0/adapter
  57. standard: http://172.26.0.108:10000/api/v1.0/std
  58. #browseClientUrl: http://192.168.1.221:8010/profile/browser
  59. browseClientUrl: http://172.19.103.70:1235/profile
  60. browseClientOutSizeUrl: http://27.154.233.186:9480/profile
  61. profileurl: http://172.19.103.83:9009/api/v1.0
  62. fast-dfs:
  63. tracker-server: 172.19.103.13:22122
  64. public-server: http://172.19.103.52:80
  65. std:
  66. version: 59083976eebd
  67. ---
  68. spring:
  69. profiles: alpha
  70. datasource:
  71. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  72. username: chenweishan
  73. password: chenweishan
  74. redis:
  75. host: 172.19.103.47 # Redis server host.
  76. port: 6379
  77. password: redis!@456
  78. app:
  79. baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
  80. qcReportClientId: 2YTOSRI0tw
  81. resourceBrowseClientId: W8RDizgDIB
  82. browseClientId: uzs5G0HgTp
  83. oauth2InnerUrl: http://172.19.103.70:1235/gateway/authentication/
  84. oauth2OuterUrl: http://27.154.233.186:10260/ #厦门-认证外网
  85. service-gateway:
  86. username: user
  87. password: eureka
  88. url: http://172.26.0.108:10000/api/v1.0/admin
  89. adminInnerUrl: http://172.26.0.108:10000
  90. stdurl: http://172.26.0.108:10000/api/v1.0/admin/std
  91. versionurl: http://172.26.0.108:10000/api/v1.0/admin/version
  92. cdatypeurl: http://172.26.0.108:10000/api/v1.0/admin/cda_type
  93. stdsourceurl: http://172.26.0.108:10000/api/v1.0/admin/standard_source
  94. adaption: http://172.26.0.108:10000/api/v1.0/adapter
  95. standard: http://172.26.0.108:10000/api/v1.0/std
  96. #browseClientUrl: http://192.168.1.221:8010/profile/browser
  97. browseClientUrl: http://172.19.103.70:1235/profile
  98. browseClientOutSizeUrl: http://27.154.233.186:9480/profile
  99. profileurl: http://172.19.103.74:9009/api/v1.0
  100. fast-dfs:
  101. tracker-server: 172.19.103.13:22122
  102. public-server: http://172.19.103.52:80
  103. std:
  104. version: 59083976eebd
  105. ---
  106. spring:
  107. profiles: prod
  108. datasource:
  109. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  110. username: chenweishan
  111. password: chenweishan
  112. redis:
  113. host: 172.19.103.47 # Redis server host.
  114. port: 6379
  115. password: redis!@456
  116. app:
  117. baseClientId: zkGuSIm2Fg # 【基础信息管理】应用
  118. qcReportClientId: 2YTOSRI0tw
  119. resourceBrowseClientId: W8RDizgDIB
  120. browseClientId: uzs5G0HgTp
  121. oauth2InnerUrl: http://172.19.103.70:1235/gateway/authentication/
  122. oauth2OuterUrl: http://27.154.233.186:10260/ #厦门-认证外网
  123. service-gateway:
  124. username: user
  125. password: eureka
  126. url: http://172.26.0.108:10000/api/v1.0/admin
  127. adminInnerUrl: http://172.26.0.108:10000
  128. stdurl: http://172.26.0.108:10000/api/v1.0/admin/std
  129. versionurl: http://172.26.0.108:10000/api/v1.0/admin/version
  130. cdatypeurl: http://172.26.0.108:10000/api/v1.0/admin/cda_type
  131. stdsourceurl: http://172.26.0.108:10000/api/v1.0/admin/standard_source
  132. adaption: http://172.26.0.108:10000/api/v1.0/adapter
  133. standard: http://172.26.0.108:10000/api/v1.0/std
  134. #browseClientUrl: http://192.168.1.221:8010/profile/browser
  135. browseClientUrl: http://172.19.103.70:1235/profile
  136. browseClientOutSizeUrl: http://27.154.233.186:9480/profile
  137. profileurl: http://172.19.103.74:9009/api/v1.0
  138. fast-dfs:
  139. tracker-server: 172.19.103.13:22122
  140. public-server: http://172.19.103.52:80
  141. std:
  142. version: 59083976eebd