mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
# This is a Mosquitto configuration file that creates a listener on port 1883
|
|
# that allows unauthenticated access.
|
|
|
|
listener 1883
|
|
allow_anonymous true
|
|
|
|
listener 9883
|
|
protocol http_api
|
|
http_dir /usr/share/mosquitto/dashboard
|