ag-ehr-platform.yml 962 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. stripPrefix: false
  25. ---
  26. spring:
  27. profiles: dev
  28. thymeleaf:
  29. cache: false
  30. server:
  31. ssl:
  32. key-store: C:/Windows/tomcat.keystore
  33. key-store-password: 123456
  34. key-password: 123456
  35. ---
  36. spring:
  37. profiles: test
  38. thymeleaf:
  39. cache: false
  40. server:
  41. ssl:
  42. key-store-password: 123456
  43. key-password: 123456
  44. ---
  45. spring:
  46. profiles: prod
  47. server:
  48. ssl:
  49. key-store-password: 123456
  50. key-password: 123456