Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ VITE_TASK_RUNNER_URL=http://localhost:3001

# ── Encryption ────────────────────────────────────────────────────────────
# 32-byte hex string for AES-256-GCM API key encryption
ENCRYPTION_KEY=
API_KEY_ENCRYPTION_KEY=
ALLOW_PRIVATE_PROVIDER_URLS=false

# Required shared secrets for inbound integrations / Edge Functions
WEBHOOK_SECRET=
CRON_SECRET=
DATABASE_WEBHOOK_SECRET=
SLACK_SIGNING_SECRET=
TELEGRAM_WEBHOOK_SECRET=
TRELLO_APP_SECRET=
RESEND_WEBHOOK_SECRET=

# ── AI Provider Keys (optional — BYOK pattern uses workspace API keys) ──
OPENAI_API_KEY=
Expand Down
Loading
Loading