ag-zuul.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. server:
  2. port: ${ag-zuul.server.port}
  3. management:
  4. port: ${server.port}
  5. info:
  6. app:
  7. name: Ag-Zuul
  8. description: EHR Platform Zuul Service.
  9. version: 1.0.0
  10. zuul:
  11. routes:
  12. svr-dfs:
  13. path: /svr-dfs/**
  14. serviceId: svr-dfs
  15. svr-ehr-basic:
  16. path: /svr-ehr-basic/**
  17. serviceId: svr-ehr-basic
  18. svr-health-profile:
  19. path: /svr-health-profile/**
  20. serviceId: svr-health-profile
  21. svr-pack-mgr:
  22. path: /svr-pack-mgr/**
  23. serviceId: svr-pack-mgr
  24. svr-pack-resolv:
  25. path: /svr-pack-resolve/**
  26. serviceId: svr-pack-resolve
  27. svr-quota:
  28. path: /svr-quota/**
  29. serviceId: svr-quota
  30. svr-redis:
  31. path: /svr-redis/**
  32. serivceId: svr-redis
  33. svr-resource:
  34. path: /svr-resource/**
  35. serviceId: svr-resource
  36. svr-standard:
  37. path: /svr-standard/**
  38. serviceId: svr-standard
  39. ---
  40. spring:
  41. profiles: dev
  42. ---
  43. spring:
  44. profiles: alpha
  45. ---
  46. spring:
  47. profiles: test
  48. ---
  49. spring:
  50. profiles: prod
  51. ---
  52. spring:
  53. profiles: prod_fz
  54. ---
  55. spring:
  56. profiles: prod_sr