ag-admin.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. zuul:
  2. ignored-services: '*'
  3. routes:
  4. adapterDataSet:
  5. path: /api/v1.0/adapter/plan/adapterDataSet
  6. serviceId: svr-standard
  7. saveDataSetRelationships:
  8. path: /api/v1.0/std/documents/data_set_relationships
  9. serviceId: svr-standard
  10. uploadTemplateFile:
  11. path: /api/v1.0/templates/{id}/content
  12. serviceId: svr-health-profile
  13. createHosEsbMiniRelease:
  14. path: /api/v1.0/esb/createHosEsbMiniRelease
  15. serviceId: svr-esb
  16. updateHosEsbMiniRelease:
  17. path: /api/v1.0/esb/updateHosEsbMiniRelease
  18. serviceId: svr-esb
  19. svr-dfs:
  20. path: /dfs/**
  21. serviceId: svr-dfs
  22. svr-ehr-basic:
  23. path: /basic/**
  24. serviceId: svr-ehr-basic
  25. svr-quota:
  26. path: /quota/**
  27. serviceId: svr-quota
  28. svr-redis:
  29. path: /redis/**
  30. serivceId: svr-redis
  31. svr-resource:
  32. path: /resource/**
  33. serviceId: svr-resource
  34. svr-standard:
  35. path: /standard/**
  36. serviceId: svr-standard
  37. svr-authentication:
  38. path: /authentication/**
  39. serviceId: svr-authentication
  40. #档案包相关
  41. svr-health-profile:
  42. path: /profile/**
  43. serviceId: svr-health-profile
  44. svr-pack-analyzer:
  45. path: /pack-analyzer/**
  46. serviceId: svr-pack-analyzer
  47. svr-pack-mgr:
  48. path: /pack-mgr/**
  49. serviceId: svr-pack-mgr
  50. svr-pack-resolv:
  51. path: /pack-resolve/**
  52. serviceId: svr-pack-resolve
  53. eip:
  54. tenant: jkzl
  55. ---
  56. spring:
  57. profiles: dev
  58. service-gateway:
  59. url: http://service.yihu.com:8085/WSGW/rest
  60. handlerId: 50871
  61. clientId: 9000401
  62. clientVersion: 1.0
  63. ---
  64. spring:
  65. profiles: test
  66. service-gateway:
  67. url: http://service.yihu.com:8085/WSGW/rest
  68. handlerId: 50871
  69. clientId: 9000401
  70. clientVersion: 1.0
  71. ---
  72. spring:
  73. profiles: prod_fz
  74. service-gateway:
  75. url: http://service.yihu.com:8085/WSGW/rest
  76. handlerId: 50871
  77. clientId: 9000401
  78. clientVersion: 1.0
  79. ---
  80. spring:
  81. profiles: prod_sr
  82. service-gateway:
  83. url: http://service.yihu.com:8080/WSGW/rest
  84. handlerId: 50641
  85. clientId: 9000401
  86. clientVersion: 1.0
  87. ---
  88. spring:
  89. profiles: prod_fzzy
  90. service-gateway:
  91. url: http://service.yihu.com:8080/WSGW/rest
  92. handlerId: 50641
  93. clientId: 9000401
  94. clientVersion: 1.0
  95. ---
  96. spring:
  97. profiles: prod_srformal
  98. service-gateway:
  99. url: http://service.yihu.com:8080/WSGW/rest
  100. handlerId: 50641
  101. clientId: 9000401
  102. clientVersion: 1.0