10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
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
|