From c5f246d45313ab4626a347913e40bbd52186528d Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Fri, 14 Nov 2025 18:41:07 +0800 Subject: [PATCH] add mqtt --- config/sys-dev.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/sys-dev.config b/config/sys-dev.config index 2d3a5df..d70d7d8 100644 --- a/config/sys-dev.config +++ b/config/sys-dev.config @@ -29,7 +29,9 @@ %% 支持的协议 {endpoints, [ {support_protocols, [ - http + http, + mqtt, + kafka ]} ]},