fabro/.env.example
Bryan Helmkamp ae41f1c2c3 Move GitHub App ID and Client ID from env vars to TOML config
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>
2026-03-03 01:05:48 -05:00

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=