# ============================================ # Docker / Production Environment # ============================================ # Update NEXTAUTH_URL with your server IP or domain NEXTAUTH_URL="http://192.168.1.190:3000" # ============================================ # AI Provider Configuration # ============================================ AI_PROVIDER=ollama OLLAMA_BASE_URL="http://ollama:11434" OLLAMA_MODEL="granite4:latest" # ============================================ # Email Configuration (Optional) # ============================================ # Uncomment and configure for email features # SMTP_HOST="smtp.gmail.com" # SMTP_PORT="587" # SMTP_USER="your-email@gmail.com" # SMTP_PASS="your-app-password" # SMTP_FROM="noreply@memento.app" # ============================================ # OpenAI (Optional) # ============================================ # OPENAI_API_KEY="sk-..."