# 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"
