mirror of
https://github.com/mattintech/pyBTMCP.git
synced 2026-07-11 15:31:52 +00:00
18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
|
|
# Mosquitto MQTT Broker Configuration
|
||
|
|
|
||
|
|
# Listen on all interfaces
|
||
|
|
listener 1883 0.0.0.0
|
||
|
|
|
||
|
|
# Allow anonymous connections (for local dev)
|
||
|
|
allow_anonymous true
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
log_type all
|
||
|
|
log_dest stderr
|
||
|
|
|
||
|
|
# Persistence (disabled for container)
|
||
|
|
persistence false
|
||
|
|
|
||
|
|
# Connection settings
|
||
|
|
max_connections -1
|