10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
# -----------------------------
|
|
# Basic Mosquitto configuration
|
|
# -----------------------------
|
|
listener 1883
|
|
allow_anonymous true
|
|
|
|
# (Optional) WebSocket listener if you exposed port 9001 above
|
|
# listener 9001
|
|
# protocol websockets
|
|
# allow_anonymous true |