From 4a3e71513f862a91efdfdb520265b47e96866ce7 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 25 Jun 2023 19:43:48 +0200 Subject: [PATCH] minor mqtt conf adaption --- mqtt/config_templates/protected/mosquitto.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mqtt/config_templates/protected/mosquitto.conf b/mqtt/config_templates/protected/mosquitto.conf index ac1f7f3..312b42f 100644 --- a/mqtt/config_templates/protected/mosquitto.conf +++ b/mqtt/config_templates/protected/mosquitto.conf @@ -5,6 +5,7 @@ persistence_location /mosquitto/data/ ## Authentication ## # Create passwd file: mosquitto_passwd -c /mosquitto/config/passwd # You need to make down && make up to use the new passwd file +allow_anonymous false password_file /mosquitto/config/passwd ## Logging - possibilities: error, warning, notice, information, all