Files
OpenWeddingApp/web-feed/config-example.js
2026-01-31 18:47:10 +01:00

7 lines
227 B
JavaScript

// Configuration
const BASEURL = "https://mysite.com";
const TOKEN = "";
const LOW_RES_PROJECTOR = true; // Downloads thumb instead of full size image. For 480p projectors over GSM connections.
const UPDATE_EVERY_SECONDS = 5;