initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const CONFIG = {
|
||||
RESULTS_URL: "https://example.com/api/results",
|
||||
RENNPLAN_URL: "https://example.com/api/rennplan",
|
||||
MESSAGE_URL: "https://example.com/api/message",
|
||||
|
||||
REFRESH_INTERVAL: 30000 // 30 Sekunden
|
||||
};
|
||||
Reference in New Issue
Block a user