# Database — update host/credentials for your deployment DATABASE_URL=postgresql://openbrain:changeme@brain-db:5432/openbrain # Auth — generate a strong random key: openssl rand -hex 32 API_KEY=your-secret-key-here # Ollama — point at your Ollama instance OLLAMA_URL=http://your-ollama-host:11434 OLLAMA_EMBEDDING_MODEL=bge-m3:latest # Service LOG_LEVEL=info