From c17ee35947a763277e32ea0933b63a1a314f1f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 16 May 2025 16:35:39 +0800 Subject: [PATCH] xxx --- init/volumes/mqtt/mosquitto.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init/volumes/mqtt/mosquitto.conf b/init/volumes/mqtt/mosquitto.conf index ff4b626..30d5d65 100644 --- a/init/volumes/mqtt/mosquitto.conf +++ b/init/volumes/mqtt/mosquitto.conf @@ -4,9 +4,3 @@ persistence false log_dest stdout log_type all connection_messages true -allow_publish # 允许发布消息 -allow_subscribe # 允许订阅消息 -allow_publish_all # 允许发布所有主题 -allow_subscribe_all # 允许订阅所有主题 -allow_publish_all # 允许发布所有主题 -allow_subscribe_all # 允许订阅所有主题