From 41dcccb7d7cb4246335005bc4b5dc7353ed119a2 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sat, 30 May 2026 22:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sys.config.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sys.config.src b/config/sys.config.src index 3f6ba57..0b3a0ec 100644 --- a/config/sys.config.src +++ b/config/sys.config.src @@ -1,7 +1,7 @@ [ {iot, [ {http_server, [ - {port, 18080}, + {port, 18090}, {acceptors, 5}, {max_connections, 1024}, {backlog, 1024} @@ -15,7 +15,7 @@ ]}, {udp_server, [ - {port, 18080} + {port, 24000} ]}, {api_url, "${IOT_API_URL}"}