minor mqtt conf adaption

This commit is contained in:
Dirk Alders 2023-06-25 19:43:48 +02:00
parent 3d26f067de
commit 4a3e71513f

View File

@ -5,6 +5,7 @@ persistence_location /mosquitto/data/
## Authentication ##
# Create passwd file: mosquitto_passwd -c /mosquitto/config/passwd <user_name>
# 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