init push
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user