-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json.example
More file actions
18 lines (18 loc) · 895 Bytes
/
Copy pathconf.json.example
File metadata and controls
18 lines (18 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"tar1090_url": "http://localhost:8080",
"latitude": 48.8566,
"longitude": 2.3522,
"radius_km": 50,
"prompt": "Is this aircraft interesting? I care about military aircraft, unusual registrations, private jets of famous companies, or rare aircraft types. Reply with YES or NO followed by a colon and a one-line reason. Example: YES: military tanker. or NO: common narrowbody.",
"poll_interval_seconds": 60,
"seen_ttl_hours": 1,
"exclude_type_regex": "^(B738|A320|A319|A321)$",
"openrouter_api_key": "YOUR_OPENROUTER_API_KEY",
"openrouter_model": "google/gemini-2.5-flash",
"telegram_bot_token": "YOUR_TELEGRAM_BOT_TOKEN",
"telegram_chat_id": "YOUR_TELEGRAM_CHAT_ID",
"ntfy_topic": "",
"screenshot": true,
"screenshot_params": "zoom=10&iconScale=1.0&hideSideBar&hideButtons&altitudeChart=0&screenshot",
"screenshot_viewport": 640
}