Browse Source

物联网修改

D 1 year ago
parent
commit
14c0a094d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      svr/svr-iot/src/main/resources/bootstrap.yml

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

@ -28,7 +28,7 @@ spring:
  profiles: iottest
  cloud:
    config:
      uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
      uri: ${wlyy.spring.config.uri:http://172.26.0.109:1221}
      label: ${wlyy.spring.config.label:jwdev}
---