mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 08:40:13 +08:00

Provide a mechanism for Docker users to run a broker that doesn't use authentication, without having to provide their own configuration file. Closes #2040.
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
# This is a Mosquitto configuration file that creates a listener on port 1883
|
|
# that allows unauthenticated access.
|
|
|
|
listener 1883
|
|
allow_anonymous true
|