CP_EHRENAMT/.env.example
2026-06-25 18:58:44 +02:00

10 lines
415 B
Text
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 für /opt/checkpoint/.env (NICHT ins Git enthält Geheimnisse).
# Kopieren: cp .env.example .env und SECRET_KEY ersetzen.
# Schaltet die Produktions-Härtung scharf (sichere Cookies, ProxyFix,
# SECRET_KEY-Pflicht).
CP_ENV=production
# Langes Zufalls-Secret. Erzeugen z. B. mit:
# python -c "import secrets; print(secrets.token_urlsafe(48))"
SECRET_KEY=bitte-durch-langes-zufalls-secret-ersetzen