Skip to content

Commit 89f4647

Browse files
authored
Added options for password and filter config
1 parent c4adb55 commit 89f4647

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.templates/mosquitto/mosquitto.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
persistence true
22
persistence_location /mosquitto/data/
33
log_dest file /mosquitto/log/mosquitto.log
4+
5+
#Uncomment to enable passwords
46
#password_file /mosquitto/config/pwfile
7+
#allow_anonymous false
8+
9+
#Uncomment to enable filters
10+
#acl_file /mosquitto/config/filter.acl

0 commit comments

Comments
 (0)