ag-ehr-platform.yml 943 B

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