From 4d77369ab1dc9c7210a47a66ebb1fc3bd29cd8ab Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 11 May 2026 18:14:20 +0800 Subject: [PATCH] fix config --- config/sys-dev.config | 13 ------------- config/sys-prod.config | 13 ------------- 2 files changed, 26 deletions(-) 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} ]},