17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
# Basic configuration
|
|
persistence true
|
|
persistence_location /mosquitto/data
|
|
log_dest file /mosquitto/log/mosquitto.log
|
|
log_type warning
|
|
log_type error
|
|
log_type notice
|
|
log_type information
|
|
|
|
# Only standard MQTT port - no TLS here
|
|
listener 1883
|
|
protocol mqtt
|
|
|
|
# Authentication
|
|
allow_anonymous false
|
|
password_file /mosquitto/config/passwd
|