mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
27 lines
758 B
Text
27 lines
758 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=
|
|
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=
|