ag-admin.yml 902 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. logging:
  2. level:
  3. com:
  4. netflix: DEBUG
  5. ribbon:
  6. ReadTimeout: 300000
  7. ConnectTimeout: 6000
  8. zuul:
  9. routes:
  10. adapterDataSet:
  11. path: /api/v1.0/adapter/plan/adapterDataSet
  12. serviceId: svr-adaption
  13. saveDataSetRelationships:
  14. path: /api/v1.0/std/documents/data_set_relationships
  15. serviceId: svr-standard
  16. uploadTemplateFile:
  17. path: /api/v1.0/templates/{id}/content
  18. serviceId: svr-health-profile
  19. createHosEsbMiniRelease:
  20. path: /api/v1.0/esb/createHosEsbMiniRelease
  21. serviceId: svr-esb
  22. updateHosEsbMiniRelease:
  23. path: /api/v1.0/esb/updateHosEsbMiniRelease
  24. serviceId: svr-esb
  25. hystrix:
  26. command:
  27. default:
  28. execution:
  29. isolation:
  30. thread:
  31. timeoutInMilliseconds: 300000
  32. ---
  33. spring:
  34. profiles: dev
  35. ---
  36. spring:
  37. profiles: alpha
  38. ---
  39. spring:
  40. profiles: test
  41. ---
  42. spring:
  43. profiles: prod