bootstrap.yml 177 B

1234567891011121314
  1. spring:
  2. application:
  3. name: gateway-service
  4. cloud:
  5. config:
  6. uri: http://${myuri}:8769
  7. fail-fast: true
  8. profiles:
  9. active: local
  10. myuri: localhost