mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-05-05 02:46:34 +00:00
32 lines
659 B
Plaintext
32 lines
659 B
Plaintext
autosave_interval 1800
|
|
connection_messages true
|
|
log_dest stderr
|
|
log_dest topic
|
|
log_type error
|
|
log_type warning
|
|
log_type notice
|
|
log_type information
|
|
log_type all
|
|
log_type debug
|
|
log_timestamp true
|
|
|
|
max_inflight_messages 20
|
|
max_queued_messages 9000
|
|
message_size_limit 10240
|
|
|
|
#password_file /owntracks/mosquitto/mosquitto.passwd
|
|
acl_file /owntracks/mosquitto/mosquitto.acl
|
|
|
|
persistence true
|
|
persistence_location /owntracks/mosquitto/
|
|
persistence_file mosquitto.db
|
|
persistent_client_expiration 1m
|
|
|
|
listener 1883
|
|
|
|
listener 8883
|
|
cafile /owntracks/certs//ca.crt
|
|
certfile /owntracks/certs/mosquitto.crt
|
|
keyfile /owntracks/certs/mosquitto.key
|
|
require_certificate false
|