Files
tar1090/default

30 lines
851 B
Plaintext
Raw Normal View History

2020-09-07 19:14:50 +02:00
# Time in seconds between snapshots in the track history
INTERVAL=8
2020-09-07 19:14:50 +02:00
# How many snapshots are stored in the track history
HISTORY_SIZE=450
2020-09-07 19:14:50 +02:00
# history duration computes as HISTORY_SIZE x INTERVAL seconds.
# Change to yes to enable UAT/978 display in tar1090
ENABLE_978=no
# If running dump978-fa on another computer, modify the IP-address as appropriate.
# The URL needs to point at where you would normally find the skyaware978 webinterface
URL_978="http://127.0.0.1/skyaware978"
# 1-9 are valid, lower lvl: less CPU usage, higher level: less network bandwidth used when loading the page
2020-12-19 13:29:45 +01:00
GZIP_LVL=1
2020-09-06 11:51:31 +02:00
# hours of tracks that /?pTracks will show
PTRACKS=8
# no need to change the lines below
2021-03-25 12:48:02 +01:00
CHUNK_SIZE=20
INT_978=1
2021-06-15 10:13:05 +02:00
# disable getting planefinder local client data by default
PF_ENABLE=0
PF_URL="http://127.0.0.1:30053/ajax/aircraft"
COMPRESS_978=""