15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
# Listener for plaintext MQTT
|
|
listener 1883 0.0.0.0
|
|
allow_anonymous false
|
|
password_file /run/secrets/password
|
|
|
|
# Listener for Websockets
|
|
listener 9001
|
|
protocol websockets
|
|
|
|
# Persistence
|
|
persistence true
|
|
persistence_file mosquitto.db
|
|
persistence_location /mosquitto/data
|
|
|