12 lines
335 B
Plaintext
12 lines
335 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
|
|
|
|
# Ollama KI-Modell (optional, Standard: mistral)
|
|
# OLLAMA_MODEL=mistral
|