ag-portal-cloud.yml 828 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. info:
  13. app:
  14. name: AgAdminService
  15. description: EHR platform json app service.
  16. version: 1.0.0
  17. component: Zuul Server
  18. hystrix:
  19. command:
  20. default:
  21. execution:
  22. # timeout:
  23. # enabled: false
  24. isolation:
  25. thread:
  26. timeoutInMilliseconds: 30000
  27. spring:
  28. ignoreUrls:
  29. /api/v1.0/portal/oauth/login;/api/v1.0/portal/oauth/accessToken;/api/v1.0/portal/oauth/refreshToken;/api/v1.0/portal/oauth/validToken;/api/v1.0/portal/portalResourcesTop;/api/v1.0/portal/portalResources
  30. ---
  31. spring:
  32. profiles: dev
  33. ---
  34. spring:
  35. profiles: alpha
  36. ---
  37. spring:
  38. profiles: test
  39. ---
  40. spring:
  41. profiles: prod