app promo

This commit is contained in:
Thies Mueller
2026-06-20 00:59:02 +02:00
parent 48d7e8ffa3
commit f0cc73b80e
3 changed files with 62 additions and 3 deletions
+4 -1
View File
@@ -5,5 +5,8 @@ const CONFIG = {
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
REFRESH_INTERVAL: 30000, // 30 Sekunden
ANDROID_PACKAGE_NAME: "de.regattatech.sat",
IOS_APP_ID: "6742361009"
};