소스 검색

Merge remote-tracking branch 'origin/CIS_V1.0' into CIS_V1.0

zhj 1 년 전
부모
커밋
781df1e9cc
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      src/main/resources/test/application.yml

+ 4 - 3
src/main/resources/test/application.yml

@@ -3,6 +3,7 @@ server:
   servlet:
     context-path: /api
 
+
 spring:
   application:
     name: welampiot
@@ -49,11 +50,11 @@ welampiot:
 
 wifi: #云盒
   mqtt:
-    url: tcp://streetserver.weclouds.xyz:1883
+    url: tcp://139.196.213.241:1883
     clientId: welampiot_mqtt_client
     topics: /#
-    username: weclouds
-    password: weclouds@1234
+    username: admin
+    password: admin
     timeout: 10
     keepalive: 20