24 lines
681 B
Plaintext
24 lines
681 B
Plaintext
# ============ DOMAIN CONFIGURATION ============
|
|
DOMAIN=jarvis.local
|
|
# DOMAIN=jarvis.mbo-tech-it.de (for production)
|
|
|
|
# ============ DATABASE ============
|
|
DB_PASSWORD=SecurePassword123!JarvisDB
|
|
|
|
# ============ AI/LLM ============
|
|
CLAUDE_API_KEY=sk-ant-...your-api-key-here...
|
|
CLAUDE_MODEL=claude-sonnet-5
|
|
# Optional: Use local Ollama instead
|
|
OLLAMA_MODEL=mistral
|
|
|
|
# ============ SECURITY ============
|
|
JWT_SECRET=your-super-secret-jwt-key-here-change-this
|
|
API_KEY_ADMIN=admin-api-key-secure-change-this
|
|
|
|
# ============ LOGGING ============
|
|
LOG_LEVEL=info
|
|
# Log levels: debug, info, warn, error
|
|
|
|
# ============ N8N ============
|
|
N8N_ENCRYPTION_KEY=your-n8n-encryption-key-change-this
|