12 lines
398 B
JavaScript
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"
|
|
}; |