21 lines
303 B
Plaintext
21 lines
303 B
Plaintext
listener 1883
|
|
listener 9001
|
|
protocol websockets
|
|
|
|
persistence true
|
|
persistence_location /mosquitto/data/
|
|
|
|
# Authentication
|
|
allow_anonymous false
|
|
password_file /mosquitto/config/pwfile
|
|
|
|
# Logging
|
|
log_dest stdout
|
|
log_timestamp true
|
|
#log_type all
|
|
|
|
# Performance
|
|
max_connections -1
|
|
max_queued_messages 1000
|
|
|