mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-02-13 20:49:51 +00:00
20 lines
505 B
Plaintext
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"
|