Files
2026-07-08 08:25:34 +02:00

16 lines
460 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.
# PIN für Login (46 Ziffern empfohlen)
APP_PIN=1234
# JWT — zufälligen langen String generieren (openssl rand -hex 32)
JWT_SECRET=change-me-to-a-long-random-string
JWT_EXPIRE_DAYS=90
# VAPID keys für Web Push — generieren mit: python tools/gen_vapid.py
VAPID_PRIVATE_KEY=
VAPID_PUBLIC_KEY=
VAPID_CLAIMS_EMAIL=mailto:admin@schwenk.online
# OpenRouter (optional — Roast-of-the-Day)
OPENROUTER_API_KEY=
OPENROUTER_MODEL=google/gemini-2.0-flash-001