ag-admin.yml 871 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: test
  38. ---
  39. spring:
  40. profiles: prod