-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
43 lines (35 loc) · 2.66 KB
/
.env.example
File metadata and controls
43 lines (35 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ─────────────────────────────────────────────────────────────────────────────
# CrewForm — Environment Variables
# Copy to .env and fill in your values
# ─────────────────────────────────────────────────────────────────────────────
# ── PostgreSQL (Docker Compose) ───────────────────────────────────────────
POSTGRES_DB=crewform
POSTGRES_USER=crewform
POSTGRES_PASSWORD= # REQUIRED — choose a strong password
POSTGRES_PORT=5432
# ── Supabase ──────────────────────────────────────────────────────────────
# For hosted Supabase: use your project URL and keys
# For self-hosting without Supabase: leave blank (direct Postgres mode)
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
# ── App URL ───────────────────────────────────────────────────────────────
VITE_APP_URL=http://localhost:3000
FRONTEND_PORT=3000
# ── Task Runner ───────────────────────────────────────────────────────
# URL of the task runner (used by MCP Server Publishing config snippet)
VITE_TASK_RUNNER_URL=http://localhost:3001
# ── Encryption ────────────────────────────────────────────────────────────
# 32-byte hex string for AES-256-GCM API key encryption
ENCRYPTION_KEY=
# ── AI Provider Keys (optional — BYOK pattern uses workspace API keys) ──
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GOOGLE_GENERATIVE_AI_API_KEY=
# ── Zapier (optional — enables Automations tab in Settings) ───────────
# Get your Client ID from https://developer.zapier.com/ → Embed settings
VITE_ZAPIER_CLIENT_ID=
# ── Bot Protection (optional — Cloudflare Turnstile) ──────────────────
# Get your Site Key from https://dash.cloudflare.com/ → Turnstile
# Also add the Secret Key in Supabase Dashboard → Auth → Bot Protection
VITE_TURNSTILE_SITE_KEY=