# Authentication token (required) # Generate a strong random token for production use OP_AUTH_TOKEN=your-secret-token-here # Ollama server URL (optional, defaults to http://localhost:11434) OP_OLLAMA_URL=http://localhost:11434 # Proxy server port (optional, defaults to 11433) OP_PORT=11433