We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63a54aa + f8b4175 commit 1e21de1Copy full SHA for 1e21de1
.templates/mosquitto/mosquitto.conf
@@ -1,12 +1,17 @@
1
+# required by https://mosquitto.org/documentation/migrating-to-2-0/
2
+listener 1883
3
+
4
persistence true
5
persistence_location /mosquitto/data/
6
#log_dest file /mosquitto/log/mosquitto.log
7
# To avoid flash wearing
8
log_dest stdout
9
-#Uncomment to enable passwords
10
+# To enable passwords:
11
+# 1. Uncomment "password_file"; and
12
+# 2. Change "allow_anonymous" to "false"
13
#password_file /mosquitto/pwfile/pwfile
-#allow_anonymous false
14
+allow_anonymous true
15
16
#Uncomment to enable filters
17
#acl_file /mosquitto/config/filter.acl
0 commit comments