17 lines
522 B
Plaintext
17 lines
522 B
Plaintext
# WICHTIG: Erstelle eine Kopie als ".env" und ändere die Werte!
|
|
|
|
# Geheimnis für JWT-Tokens (mind. 32 Zeichen)
|
|
JWT_SECRET=super-langes-geheimnis-hier-aendern
|
|
|
|
# Admin-Account (wird beim ersten Start erstellt)
|
|
ADMIN_USER=admin
|
|
ADMIN_PASS=DEIN-SICHERES-PASSWORT
|
|
|
|
# Groq API (kostenloser Cloud-Zugang zu LLMs)
|
|
# 1. Account erstellen: https://console.groq.com
|
|
# 2. API Key erstellen und hier eintragen
|
|
GROQ_API_KEY=gsk_dein-api-key-hier
|
|
|
|
# Modell (optional, Standard: llama-3.1-8b-instant)
|
|
# GROQ_MODEL=llama-3.1-8b-instant
|