fabro/.env.example
Bryan Helmkamp 8f47275d84
feat(llm): add Poolside Laguna models
Add Poolside as a built-in OpenAI-compatible provider and expose Laguna S 2.1 and XS 2.1 both directly and through OpenRouter. Include vault/env credential registration, secret redaction, live coverage, catalog tests, and user documentation.
2026-07-22 18:49:16 -04:00

29 lines
796 B
Text

ANTHROPIC_API_KEY=
BRAVE_SEARCH_API_KEY=
DAYTONA_API_KEY=
GEMINI_API_KEY=
INCEPTION_API_KEY=
KIMI_API_KEY=
MINIMAX_API_KEY=
OPENAI_API_KEY=
OPENROUTER_API_KEY=
POOLSIDE_API_KEY=
ZAI_API_KEY=
SESSION_SECRET=
GITHUB_APP_CLIENT_SECRET=
GITHUB_APP_WEBHOOK_SECRET=
GITHUB_APP_PRIVATE_KEY=
FABRO_SLACK_APP_TOKEN=
FABRO_SLACK_BOT_TOKEN=
# Public hostname for the prod docker-compose stack. Leave unset for
# localhost (Caddy will serve plain HTTP); set to a real DNS name to
# let Caddy auto-provision a Let's Encrypt certificate.
FABRO_DOMAIN=
# Canonical external web origin for deployments where TLS is terminated outside
# the Fabro container. Use this with the Tailscale Services compose file, for
# example https://fabro-testing.example.ts.net. Do not include a trailing slash.
FABRO_WEB_URL=