14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
|
|
# Internal FROST message bus. Reached only from frost-http / frost-mqtt over the
|
||
|
|
# frost-internal docker network. No external listener, no auth needed.
|
||
|
|
|
||
|
|
listener 1883
|
||
|
|
allow_anonymous true
|
||
|
|
|
||
|
|
persistence true
|
||
|
|
persistence_location /mosquitto/data/
|
||
|
|
|
||
|
|
log_dest stdout
|
||
|
|
log_type error
|
||
|
|
log_type warning
|
||
|
|
log_type notice
|