bootstrap.yml 174 B

1234567891011
  1. spring:
  2. application:
  3. name: api-web
  4. cloud:
  5. config:
  6. uri: http://config.rankin.com:8921
  7. label: local
  8. profile: ${profile:dev}
  9. server:
  10. port: 8600