recorder/etc/rhel/ot-recorder.defaults
2015-09-14 16:17:39 +02:00

12 lines
337 B
Plaintext

# Options for OwnTracks Recorder
export OTR_HOST="localhost"
export OTR_PORT="1883"
# export OTR_USER="username"
# export OTR_PASS="password"
# export OTR_CAFILE="/path/to/tls/CA.crt"
# export OTR_STORAGEDIR="/var/spool/owntracks/recorder/store"
export OTR_TOPICS='owntracks/#'
export OTR_OPTS="--http-host 127.0.0.1 --http-port 8083"