diff --git a/config/sys-dev.config b/config/sys-dev.config index 5a4caec..8e53fb7 100644 --- a/config/sys-dev.config +++ b/config/sys-dev.config @@ -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, [ diff --git a/config/sys-prod.config b/config/sys-prod.config index edd7775..32c147f 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -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} ]},