Files
ergebnis-web/config.example.js
Thies Mueller f0cc73b80e app promo
2026-06-20 00:59:02 +02:00

12 lines
398 B
JavaScript

const CONFIG = {
EVENT_NAME: "Beispiel Regatta",
RESULTS_URL: "https://api.demo.regattatech.de/api/v1/results/current",
RENNPLAN_URL: "https://api.demo.regattatech.de/api/v1/rennplan/current",
MESSAGE_URL: "https://api.demo.regattatech.de/api/v1/message",
REFRESH_INTERVAL: 30000, // 30 Sekunden
ANDROID_PACKAGE_NAME: "de.regattatech.sat",
IOS_APP_ID: "6742361009"
};