Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Beispielkonfiguration fuer die Flask-gestuetzte FPP-Steuerung
# Werte nach Bedarf anpassen und als ".env" verwenden.

SITE_NAME="Brauns Lichtershow"
FPP_BASE_URL="http://fpp.local"
FPP_PLAYLIST_SHOW="show 1"
FPP_PLAYLIST_KIDS="show 2"
FPP_PLAYLIST_REQUESTS="all songs"
FPP_PLAYLIST_IDLE="background"
FPP_POLL_INTERVAL_MS=15000
CLIENT_STATUS_POLL_MS=10000
DONATION_PAYPAL="spender@example.com"
DONATION_TEXT="Hilf uns, die Show am Laufen zu halten!"
PREVIEW_MODE=false
ACCESS_CODE=1234
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ PREVIEW_MODE=false
ACCESS_CODE=1234
```

Eine ausfüllbare Vorlage liegt als `.env.example` bei.

Parameter im Überblick:
- `SITE_NAME`: Text im Seitenkopf.
- `FPP_BASE_URL`: Basis-URL des FPP (z.B. `http://fpp.local`).
Expand Down