Files
docker-recorder/recorder.conf
Mark Hoek ae2b1f1e9e Comment out OTR_CAPATH
A default `OTR_CAPATH` was set in `recorder.conf`, even if it did not
exist. This went previously unnoticed, because `OTR_CAPATH` was not
honoured until #336.

Resolves #339
2020-03-14 14:25:28 +01:00

13 lines
314 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/#"
OTR_HTTPHOST = "0.0.0.0"
# OTR_CAPATH = "/config"
# OTR_CAFILE = "ca.pem"
# OTR_CERTFILE = "cert.pem"
# OTR_KEYFILE = "key.pem"