ag-admin.yml 670 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  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-standard
  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. hystrix:
  20. command:
  21. default:
  22. execution:
  23. isolation:
  24. thread:
  25. timeoutInMilliseconds: 300000
  26. ---
  27. spring:
  28. profiles: dev
  29. ---
  30. spring:
  31. profiles: test
  32. ---
  33. spring:
  34. profiles: prod