mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
Non-secret config (app_id, client_id) now lives in [git] section of ~/.arc/arc.toml. Secrets remain in .env. Setup callback writes non-secrets to TOML and secrets to .env. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
No EOL
393 B
Text
17 lines
No EOL
393 B
Text
export ANTHROPIC_API_KEY=
|
|
export BRAVE_SEARCH_API_KEY=
|
|
export DAYTONA_API_KEY=
|
|
export GEMINI_API_KEY=
|
|
export INCEPTION_API_KEY=
|
|
export KIMI_API_KEY=
|
|
export MINIMAX_API_KEY=
|
|
export OPENAI_API_KEY=
|
|
export ZAI_API_KEY=
|
|
|
|
export ARC_JWT_PRIVATE_KEY=
|
|
export ARC_JWT_PUBLIC_KEY=
|
|
|
|
export SESSION_SECRET=
|
|
export GITHUB_APP_CLIENT_SECRET=
|
|
export GITHUB_APP_WEBHOOK_SECRET=
|
|
export GITHUB_APP_PRIVATE_KEY= |