Files
2026-08-24 22:00:26 +02:00

10 lines
394 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Vorlage als .env kopieren und Werte eintragen.
# Die echte .env kommt NICHT ins Repo.
# Mindestens 32 zufällige Zeichen z.B. generiert mit:
# openssl rand -base64 32
JWT_SECRET=hier-einen-langen-zufaelligen-wert-eintragen
# Identifiziert die Installation gegenüber Nominatim/DWD. Bei eigener Domain bitte anpassen.
GEOCODING_USER_AGENT=LehrerApp-Server/1.0 (+https://example.org)