# Admin-Passwort für die Weboberfläche ADMIN_PASSWORD=change-me # Lokaler Endpunkt des Proxys (Admin-API bindet immer auf 127.0.0.1) PROXY_HOST=0.0.0.0 PROXY_PORT=8000 ADMIN_PORT=8001 # Datenbankverbindung (Standard: SQLite für Entwicklung) DATABASE_URL=sqlite:///./test.db # Beispiel für PostgreSQL (Produktion): # DATABASE_URL=postgresql://user:password@localhost:5432/llm_quota # Ollama-Einstellungen (auch in der Admin-Oberfläche änderbar) OLLAMA_URL=http://localhost:11434 DEFAULT_MODEL=llama3 APP_TZ=Europe/Berlin