Browse Source

更新 'src/main/resources/bootstrap.yml'

hill9868 5 years ago
parent
commit
0fba6e699a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
src/main/resources/bootstrap.yml

@ -11,7 +11,7 @@ spring:
  profiles: dev
  cloud:
    config:
      uri: ${spring.config.uri:http://172.19.103.73:1221}
      uri: ${spring.config.uri:http://172.26.0.125:1221}
      label: ${spring.config.label:dev}
---