Browse Source

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

hill9868 5 năm trước cách đây
mục cha
commit
0fba6e699a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}
---