-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 1.27 KB
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ─── Dashboard (packages/dashboard/.env) ────────────────────────────────────
# Get these from Supabase dashboard → Settings → API
# VITE_SUPABASE_URL=https://your-project.supabase.co
# VITE_SUPABASE_ANON_KEY=your-anon-key
# ─── Edge Functions (supabase/functions/.env) ────────────────────────────────
# Set DEV_MODE=true to use fixture data locally (no Apify token needed)
# DEV_MODE=true
# Required in production (not needed when DEV_MODE=true)
# Get from https://console.apify.com/account/integrations
# APIFY_TOKEN=your-apify-token
# SUPABASE_SERVICE_ROLE_KEY and SUPABASE_URL are injected automatically
# by the Supabase runtime — do not set them manually in production.
# For local dev via `supabase functions serve` they are also injected automatically.
# ─── AI Providers (optional — at least one enables auto-analysis) ────────────
# Priority order: Anthropic → OpenAI → Ollama
# ANTHROPIC_API_KEY=sk-ant-...
# OPENAI_API_KEY=sk-...
# OLLAMA_URL=http://host.docker.internal:11434 # host.docker.internal reaches host from Docker
# OLLAMA_MODEL=llama3 # defaults to llama3