# Gitea Configuration GITEA_WEBHOOK_SECRET=your-webhook-secret-here GITEA_URL=https://git.mosaicstack.dev # Anthropic API (for issue parsing) ANTHROPIC_API_KEY=sk-ant-your-api-key-here # Server Configuration HOST=0.0.0.0 PORT=8000 # Logging LOG_LEVEL=info