spring: application: name: gateway-service cloud: config: uri: http://${myuri}:8769 fail-fast: true profiles: active: local myuri: localhost