From 43876e3bffa7a72afd3c8298acdde62697710d14 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 31 Jul 2024 15:17:30 +0800 Subject: [PATCH] fix test config --- config/sys-test.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sys-test.config b/config/sys-test.config index 034002e..506d350 100644 --- a/config/sys-test.config +++ b/config/sys-test.config @@ -16,11 +16,11 @@ {<<"test">>, <<"iot2023">>} ]}, - {api_url, "https://lgsiot.njau.edu.cn"}, + {api_url, "http://172.16.0.5"}, %% 配置中电的数据转发, mqtt协议 {zhongdian, [ - {host, "172.30.37.244"}, + {host, "172.16.0.16"}, {port, 1883}, {username, "admin"}, {password, "123456"},