app-ehr-portal.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. server:
  2. port: 8011
  3. session:
  4. timeout: 30000
  5. spring:
  6. redis:
  7. database: 0 # Database index used by the connection factory.
  8. timeout: 0 # Connection timeout in milliseconds.
  9. pool:
  10. 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.
  11. max-idle: 8 # 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. application:
  15. message: EHR Portal
  16. app:
  17. clientId: 3CDhsgepr4
  18. baseClientId: zkGuSIm2Fg #【基础信息管理】应用
  19. ---
  20. spring:
  21. profiles: dev
  22. redis:
  23. host: 172.19.103.47
  24. port: 6379
  25. password: redis!@456
  26. service-gateway:
  27. adminInnerUrl: http://172.19.103.73:10000
  28. zuulOuterUrl: http://172.19.103.73:10001
  29. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  30. server:
  31. jsp-servlet:
  32. init-parameters:
  33. development: true
  34. ---
  35. spring:
  36. profiles: alpha
  37. redis:
  38. host: 172.19.103.47
  39. port: 6379
  40. password: redis!@456
  41. service-gateway:
  42. adminInnerUrl: http://172.19.103.73:10000
  43. zuulOuterUrl: http://172.19.103.73:10001
  44. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  45. ---
  46. spring:
  47. profiles: prod
  48. redis:
  49. host: 192.168.135.40
  50. port: 6390
  51. password: redis!@456
  52. service-gateway:
  53. adminInnerUrl: http://11.1.2.13:10000
  54. zuulOuterUrl: http://11.1.2.13:10001
  55. profileInnerUrl: http://11.1.2.13:10000/api/v1.0/admin