37 lines
1.2 KiB
INI
37 lines
1.2 KiB
INI
[DATA]
|
|
#Source to pull data from
|
|
#SHOULD BE ADSBX which is ADS-B Exchange or OPENS which is OpenSky
|
|
#By default configured with OpenSky which anyone can use without a login
|
|
#ADS-B Exchange has better data but is not avalible unless you feed their network or pay.
|
|
SOURCE = OPENS
|
|
#Default amount of time after data loss to trigger a landing when under 10k ft
|
|
DATA_LOSS_MINS = 5
|
|
#Timezone if you want your own time to show in the console, if invalid will be set to UTC.
|
|
#List of TZs names https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
TZ = UTC
|
|
|
|
#ADS-B Exchange https://www.adsbexchange.com/data/
|
|
[ADSBX]
|
|
API_KEY = apikey
|
|
API_VERSION = 1
|
|
|
|
#ADSBX API Proxy, https://gitlab.com/jjwiseman/adsbx-api-proxy, v2 input, v1 or v2 output from proxy
|
|
ENABLE_PROXY = FALSE
|
|
#Full URL http://host:port
|
|
PROXY_HOST =
|
|
|
|
#OpenSky https://opensky-network.org/apidoc/index.html
|
|
#When using without your own login user and pass should be None
|
|
[OPENSKY]
|
|
USERNAME = None
|
|
PASSWORD = None
|
|
|
|
[GOOGLE]
|
|
#API KEY for Google Static Maps only if you using this on any of the planes.
|
|
API_KEY = googleapikey
|
|
|
|
#Used for failover messages and program exits notifcation
|
|
[DISCORD]
|
|
ENABLE = FALSE
|
|
USERNAME = usernamehere
|
|
URL = webhookurl |