Преглед изворни кода

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

hill9868 пре 5 година
родитељ
комит
a3b3e2a842
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/main/resources/bootstrap.yml

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

@ -12,8 +12,8 @@ spring:
  cloud:
    config:
      username: user
      password: configuration
      uri: ${spring.config.uri:http://172.19.103.73:1221}
      password: configurationspring:
      uri: ${spring.config.uri:http://172.26.0.125:1221}
      label: ${spring.config.label:dev}
---