Files
push-telegram/config.example.json
Thies Mueller 1deb65b2fd initial commit
2026-06-21 16:39:16 +02:00

7 lines
211 B
JSON

{
"telegram_token": "BOT_TOKEN_HIER",
"rennplan_api": "https://api.demo.regattatech.de/api/v1/rennplan/current",
"push_api_key": "mein-geheimer-api-key",
"listen_host": "0.0.0.0",
"listen_port": 8000
}