add: hub template
This commit is contained in:
11
hub/docker/mosquitto/config/mosquitto.conf
Normal file
11
hub/docker/mosquitto/config/mosquitto.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
listener 1883
|
||||
## Authentication ##
|
||||
allow_anonymous true
|
||||
# allow_anonymous false
|
||||
# password_file /mosquitto/config/password.txt
|
||||
## Log ##
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
log_dest stdout
|
||||
# listener 1883
|
||||
Reference in New Issue
Block a user