切换端口
This commit is contained in:
parent
bbe35e3b87
commit
41dcccb7d7
@ -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}"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user