Files
mt-drugs/mosquitto/config/mosquitto.conf
2026-02-09 15:28:48 -05:00

21 lines
302 B
Plaintext

listener 1883
listener 9001
protocol websockets
persistence true
persistence_location /mosquitto/data/
# Authentication
allow_anonymous false
password_file /mosquitto/config/pwfile
# Logging
log_dest stdout
log_timestamp true
log_type all
# Performance
max_connections -1
max_queued_messages 1000