Docker-MQTT/mosquitto.conf

6 lines
160 B
Text
Raw Permalink Normal View History

2024-05-17 07:49:08 +00:00
# This is a Mosquitto configuration file that creates a listener on port 1883
# that allows unauthenticated access.
listener 1883 0.0.0.0
allow_anonymous true