generated from wessel/boilerplate
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
# Simple Mosquitto configuration allowing anonymous access (insecure for production)
|
|
|
|
# pid_file /var/run/mosquitto.pid
|
|
|
|
# Persistence
|
|
#persistence true
|
|
#persistence_location /var/lib/mosquitto/
|
|
|
|
# Logging
|
|
|
|
# Default MQTT listener
|
|
listener 1883
|
|
allow_anonymous true
|
|
|
|
# Include additional config fragments
|