mirror of
https://github.com/Rhinemann/IoT-Systems.git
synced 2026-03-14 20:50:39 +02:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
|
|
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
|