add gitignore and config.example

This commit is contained in:
Thies Mueller
2026-06-20 15:27:33 +02:00
parent f57ae03b88
commit dbfcaa3262
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
$eventname = "Sport am Tankumsee 2026";
$rennplanJson = file_get_contents('https://api.sat.regattatech.de/api/v1/rennplan/3/');
$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/bootliste/3/');
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/3/');
$pagerApi = "http://localhost:2348/";
$pagerApiSecret = "foobar";