ag-admin.yml 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. logging:
  2. level:
  3. com:
  4. netflix: INFO
  5. org:
  6. springframework:
  7. web: INFO
  8. hibernate: ERROR
  9. ribbon:
  10. ReadTimeout: 30000
  11. ConnectTimeout: 10000
  12. zuul:
  13. routes:
  14. adapterDataSet:
  15. path: /api/v1.0/adapter/plan/adapterDataSet
  16. serviceId: svr-standard
  17. saveDataSetRelationships:
  18. path: /api/v1.0/std/documents/data_set_relationships
  19. serviceId: svr-standard
  20. uploadTemplateFile:
  21. path: /api/v1.0/templates/{id}/content
  22. serviceId: svr-health-profile
  23. createHosEsbMiniRelease:
  24. path: /api/v1.0/esb/createHosEsbMiniRelease
  25. serviceId: svr-esb
  26. updateHosEsbMiniRelease:
  27. path: /api/v1.0/esb/updateHosEsbMiniRelease
  28. serviceId: svr-esb
  29. ---
  30. spring:
  31. profiles: dev
  32. ---
  33. spring:
  34. profiles: alpha
  35. ---
  36. spring:
  37. profiles: test
  38. ---
  39. spring:
  40. profiles: prod