initial commit

This commit is contained in:
Thies Mueller
2026-06-21 16:39:16 +02:00
commit 1deb65b2fd
4 changed files with 376 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"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
}