fix config
This commit is contained in:
parent
d02028ff1d
commit
4d77369ab1
@ -26,19 +26,6 @@
|
|||||||
]},
|
]},
|
||||||
|
|
||||||
{api_url, "http://127.0.0.1:18090/simulator"},
|
{api_url, "http://127.0.0.1:18090/simulator"},
|
||||||
%% 支持的协议
|
|
||||||
{endpoints, [
|
|
||||||
{root_dir, "/usr/local/code/database/"},
|
|
||||||
{support_protocols, [
|
|
||||||
http
|
|
||||||
]}
|
|
||||||
]},
|
|
||||||
|
|
||||||
{endpoint_log, [
|
|
||||||
{path, "${endpoint_root}/endpoint_log/unmatched_publish.log"},
|
|
||||||
{max_bytes, 10485760},
|
|
||||||
{max_files, 10}
|
|
||||||
]},
|
|
||||||
|
|
||||||
%% 目标服务器地址
|
%% 目标服务器地址
|
||||||
{emqx_server, [
|
{emqx_server, [
|
||||||
|
|||||||
@ -21,19 +21,6 @@
|
|||||||
{backlog, 10240}
|
{backlog, 10240}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{endpoints, [
|
|
||||||
{root_dir, "/usr/local/code/database/"},
|
|
||||||
{support_protocols, [
|
|
||||||
http
|
|
||||||
]}
|
|
||||||
]},
|
|
||||||
|
|
||||||
{endpoint_log, [
|
|
||||||
{path, "${endpoint_root}/endpoint_log/unmatched_publish.log"},
|
|
||||||
{max_bytes, 10485760},
|
|
||||||
{max_files, 10}
|
|
||||||
]},
|
|
||||||
|
|
||||||
{udp_server, [
|
{udp_server, [
|
||||||
{port, 18080}
|
{port, 18080}
|
||||||
]},
|
]},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user