Files
docker-recorder/recorder.conf
2022-05-16 10:33:22 +02:00

20 lines
505 B
Plaintext

#(@)ot-recorder.default
#
# Specify global configuration options for the OwnTracks Recorder
# and its associated utilities to override compiled-in defaults.
OTR_TOPICS = "owntracks/#"
# Binding on 0.0.0.0 will listen on IPv4 only
# Binding on [::] will listen on IPv4 and IPv6
# OTR_HTTPHOST = "0.0.0.0"
OTR_HTTPHOST = "[::]"
# CA data for MQTT client
# OTR_CAPATH = "/config"
# OTR_CAFILE = "ca.pem"
# Server Certificate for builtin HTTPS server
# OTR_CERTFILE = "cert.pem"
# OTR_KEYFILE = "key.pem"