9 lines
319 B
JavaScript
9 lines
319 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
|
|
}; |