app-ehr-portal.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: 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. application:
  15. message: EHR Portal
  16. app:
  17. clientId: 3CDhsgepr4
  18. baseClientId: zkGuSIm2Fg #【基础信息管理】应用
  19. ---
  20. spring:
  21. profiles: dev
  22. redis:
  23. host: 172.26.0.253
  24. port: 6379
  25. password:
  26. service-gateway:
  27. adminInnerUrl: http://172.26.0.125:10000
  28. adminOuterUrl: http://27.154.233.186:10000
  29. zuulOuterUrl: http://27.154.233.186:1235/gateway
  30. profileInnerUrl: http://172.26.0.125:10000/api/v1.0/admin
  31. server:
  32. jsp-servlet:
  33. init-parameters:
  34. development: true
  35. ---
  36. spring:
  37. profiles: alpha
  38. redis:
  39. host: 172.19.103.47
  40. port: 6379
  41. password: redis!@456
  42. service-gateway:
  43. adminInnerUrl: http://172.19.103.73:10000
  44. zuulOuterUrl: http://172.19.103.73:10001
  45. profileInnerUrl: http://172.19.103.73:10000/api/v1.0/admin
  46. ---
  47. spring:
  48. profiles: prod
  49. redis:
  50. host: 192.168.135.40
  51. port: 6390
  52. password: redis!@456
  53. service-gateway:
  54. adminInnerUrl: http://11.1.2.13:10000
  55. zuulOuterUrl: http://11.1.2.13:10001
  56. profileInnerUrl: http://11.1.2.13:10000/api/v1.0/admin