Files
homeAutomation/configurations/eclipse-mosquitto/mosquitto.conf
2022-11-17 23:57:30 +01:00

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