mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-05-05 02:46:34 +00:00
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
13 lines
314 B
Plaintext
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"
|