切换端口

This commit is contained in:
anlicheng 2026-05-30 22:14:22 +08:00
parent bbe35e3b87
commit 41dcccb7d7

View File

@ -1,7 +1,7 @@
[ [
{iot, [ {iot, [
{http_server, [ {http_server, [
{port, 18080}, {port, 18090},
{acceptors, 5}, {acceptors, 5},
{max_connections, 1024}, {max_connections, 1024},
{backlog, 1024} {backlog, 1024}
@ -15,7 +15,7 @@
]}, ]},
{udp_server, [ {udp_server, [
{port, 18080} {port, 24000}
]}, ]},
{api_url, "${IOT_API_URL}"} {api_url, "${IOT_API_URL}"}