added eclipse-mosquitto
This commit is contained in:
9
configurations/eclipse-mosquitto/mosquitto.conf
Normal file
9
configurations/eclipse-mosquitto/mosquitto.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
listener 1883
|
||||
persistence false
|
||||
# persistence_location /mosquitto/data/
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
|
||||
## Authentication ##
|
||||
# By default, Mosquitto >=2.0 allows only authenticated connections. Change to true to enable anonymous connections.
|
||||
allow_anonymous true
|
||||
# password_file /mosquitto/config/password.txt
|
||||
Reference in New Issue
Block a user