1234567891011121314151617181920212223242526272829303132333435363738394041 |
- logging:
- level:
- com:
- netflix: INFO
- ribbon:
- ReadTimeout: 300000
- ConnectTimeout: 6000
- zuul:
- routes:
- adapterDataSet:
- path: /api/v1.0/adapter/plan/adapterDataSet
- serviceId: svr-standard
- saveDataSetRelationships:
- path: /api/v1.0/std/documents/data_set_relationships
- serviceId: svr-standard
- uploadTemplateFile:
- path: /api/v1.0/templates/{id}/content
- serviceId: svr-health-profile
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 300000
- ---
- spring:
- profiles: dev
- ---
- spring:
- profiles: test
- ---
- spring:
- profiles: prod
|