ag-ehr-platform.yml 864 B

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