Dirk Alders 1 year ago
parent
commit
836399a728
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      mqtt/config_templates/protected/mosquitto.conf

+ 1
- 0
mqtt/config_templates/protected/mosquitto.conf View File

5
 ## Authentication ##
5
 ## Authentication ##
6
 # Create passwd file:       mosquitto_passwd -c /mosquitto/config/passwd <user_name>
6
 # Create passwd file:       mosquitto_passwd -c /mosquitto/config/passwd <user_name>
7
 # You need to make down && make up to use the new passwd file
7
 # You need to make down && make up to use the new passwd file
8
+allow_anonymous false
8
 password_file /mosquitto/config/passwd
9
 password_file /mosquitto/config/passwd
9
 
10
 
10
 ## Logging - possibilities: error, warning, notice, information, all
11
 ## Logging - possibilities: error, warning, notice, information, all

Loading…
Cancel
Save