adsms/example_config.json

11 lines
302 B
JSON
Raw Normal View History

2023-05-04 12:35:25 -07:00
{
2023-05-04 16:59:23 -07:00
"textbelt_key": "API_KEY",
2023-05-04 12:35:25 -07:00
"data": "http://localhost/tar1090/data/aircraft.json",
"tracker": "https://globe.theairtraffic.com/",
2023-05-06 09:16:22 -07:00
"database": "/var/lib/adsms/subscriptions.db",
"pid_file": "/var/lib/adsms/pid.txt",
2023-05-04 12:35:25 -07:00
"max_age": 30,
"min_disappearance": 120,
"delay": 1
}