dynamic naming
This commit is contained in:
+5
-3
@@ -1,7 +1,9 @@
|
||||
const CONFIG = {
|
||||
RESULTS_URL: "https://example.com/api/results",
|
||||
RENNPLAN_URL: "https://example.com/api/rennplan",
|
||||
MESSAGE_URL: "https://example.com/api/message",
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user