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