Files
moderation/config.php
T
Thies Mueller 4d67ed562e demo pager
2026-06-04 19:20:47 +02:00

12 lines
378 B
PHP

<?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";