mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
SESSION_SECRET is the sole auth root; the JWT keypair env vars are no longer part of the runtime auth model. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
22 lines
No EOL
502 B
Text
22 lines
No EOL
502 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= |