ag-ehr-platform.yml 994 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. logging:
  2. level:
  3. com:
  4. netflix: DEBUG
  5. logging.level.root: INFO
  6. # service routes
  7. zuul:
  8. addProxyHeaders: false
  9. ignoredServices: '*'
  10. routes:
  11. packages:
  12. path: /api/v1.0/packages
  13. serviceId: svr-pack-mgr
  14. package_json:
  15. path: /api/v1.0/json_package
  16. serviceId: svr-pack-mgr
  17. esb_log:
  18. path: /api/v1.0/esb/uploadLog
  19. serviceId: svr-esb
  20. sanofi_support:
  21. path: /api/v1.0/sanofi/physic_signs/**
  22. serviceId: svr-health-profile
  23. health_profile:
  24. path: /api/v1.0/health_profiles/**
  25. serviceId: svr-health-profile
  26. ---
  27. spring:
  28. profiles: dev
  29. thymeleaf:
  30. cache: false
  31. server:
  32. ssl:
  33. key-store: C:/Windows/tomcat.keystore
  34. key-store-password: 123456
  35. key-password: 123456
  36. ---
  37. spring:
  38. profiles: test
  39. thymeleaf:
  40. cache: false
  41. server:
  42. ssl:
  43. key-store-password: 123456
  44. key-password: 123456
  45. ---
  46. spring:
  47. profiles: prod
  48. server:
  49. ssl:
  50. key-store-password: 123456
  51. key-password: 123456