mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-05-09 03:06:34 +00:00
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
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
OTR_TOPICS = "owntracks/#"
|
||||
OTR_HTTPHOST = "0.0.0.0"
|
||||
OTR_CAPATH = "/config"
|
||||
# OTR_CAPATH = "/config"
|
||||
# OTR_CAFILE = "ca.pem"
|
||||
|
||||
# OTR_CERTFILE = "cert.pem"
|
||||
|
||||
Reference in New Issue
Block a user