Files
ergebnis-web/config.example.js
T
Thies Mueller 03e1c48832 initial commit
2026-06-20 00:37:22 +02:00

7 lines
221 B
JavaScript

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
};