ag-admin.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ribbon:
  2. ReadTimeout: 30000
  3. ConnectTimeout: 10000
  4. zuul:
  5. routes:
  6. adapterDataSet:
  7. path: /api/v1.0/adapter/plan/adapterDataSet
  8. serviceId: svr-standard
  9. saveDataSetRelationships:
  10. path: /api/v1.0/std/documents/data_set_relationships
  11. serviceId: svr-standard
  12. uploadTemplateFile:
  13. path: /api/v1.0/templates/{id}/content
  14. serviceId: svr-health-profile
  15. createHosEsbMiniRelease:
  16. path: /api/v1.0/esb/createHosEsbMiniRelease
  17. serviceId: svr-esb
  18. updateHosEsbMiniRelease:
  19. path: /api/v1.0/esb/updateHosEsbMiniRelease
  20. serviceId: svr-esb
  21. eip:
  22. tenant: jkzl
  23. ---
  24. spring:
  25. profiles: dev
  26. #总部统一网关接口参数配置
  27. service-gateway:
  28. url: http://service.yihu.com:8085/WSGW/rest
  29. handlerId: 50871
  30. clientId: 9000401
  31. clientVersion: 1.0
  32. ---
  33. spring:
  34. profiles: test
  35. ---
  36. spring:
  37. profiles: prod_fz
  38. #总部统一网关接口参数配置
  39. service-gateway:
  40. url: http://service.yihu.com:8085/WSGW/rest
  41. handlerId: 50871
  42. clientId: 9000401
  43. clientVersion: 1.0
  44. ---
  45. spring:
  46. profiles: prod_sr
  47. #总部统一网关接口参数配置
  48. service-gateway:
  49. url: http://service.yihu.com:8080/WSGW/rest
  50. handlerId: 50641
  51. clientId: 9000401
  52. clientVersion: 1.0
  53. ---
  54. spring:
  55. profiles: prod_fzzy