fix config

This commit is contained in:
anlicheng 2026-05-11 18:14:20 +08:00
parent d02028ff1d
commit 4d77369ab1
2 changed files with 0 additions and 26 deletions

View File

@ -26,19 +26,6 @@
]},
{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, [

View File

@ -21,19 +21,6 @@
{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, [
{port, 18080}
]},