mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 02:18:27 -07:00
12 lines
337 B
Plaintext
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"
|