12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- logging:
- level:
- com:
- netflix: INFO
- org:
- springframework:
- web: INFO
- hibernate: ERROR
- ribbon:
- ReadTimeout: 30000
- ConnectTimeout: 10000
- info:
- app:
- name: AgAdminService
- description: EHR platform json app service.
- version: 1.0.0
- component: Zuul Server
- hystrix:
- command:
- default:
- execution:
- # timeout:
- # enabled: false
- isolation:
- thread:
- timeoutInMilliseconds: 30000
- spring:
- ignoreUrls:
- /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
- ---
- spring:
- profiles: dev
- ---
- spring:
- profiles: alpha
- ---
- spring:
- profiles: test
- ---
- spring:
- profiles: prod
|