Explorar el Código

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

hill9868 hace 5 años
padre
commit
a3b3e2a842
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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}
---