From e0a3eadb29568d21f1dba61a2f7220b69bfd05cf Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 15 Apr 2024 21:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E7=94=B5=E7=9A=84mq?= =?UTF-8?q?tt=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sys-prod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sys-prod.config b/config/sys-prod.config index acdf0b9..629fefe 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -27,7 +27,7 @@ %% 配置中电的数据转发, mqtt协议 {zhongdian, [ - {host, "172.30.6.161"}, + {host, "172.30.37.244"}, {port, 1883}, {username, "admin"}, {password, "123456"},