9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
# mosquitto.conf - Basic Mosquitto configuration for development purposes
|
|
|
|
# Port to listen on (default is 1883)
|
|
listener 1883
|
|
|
|
# Allow anonymous access (no authentication)
|
|
allow_anonymous true
|
|
|