-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
57 lines (44 loc) · 1.61 KB
/
Copy path.env.example
File metadata and controls
57 lines (44 loc) · 1.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ─── Kernel — Environment Variables ─────────────────────
# Copy this file to .env and fill in the values.
# Supabase (Required)
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_KEY=your-anon-key
SUPABASE_SERVICE_KEY=your-service-role-key
# Stripe (Payments — required for subscriptions)
VITE_STRIPE_PUBLISHABLE_KEY=pk_live_xxx
VITE_STRIPE_KERNEL_PRICE_ID=price_xxx
# Gemini AI (Optional — server-side only; never prefix private keys with VITE_)
GEMINI_API_KEY=
VITE_GEMINI_MODEL_PRO=gemini-2.5-pro
VITE_GEMINI_MODEL_FLASH=gemini-2.5-flash
# Moonshot AI / Kimi K3 (Agent Swarm & 1M Context)
KIMI_API_KEY=
VITE_KIMI_MODEL=kimi-k3
# Perplexity (Optional — web search)
PERPLEXITY_API_KEY=
# NVIDIA NIM (Optional — additional models)
NVIDIA_API_KEY=
# Discord Bot (Optional — for Discord integration)
DISCORD_BOT_TOKEN=
DISCORD_WEBHOOK_URL=
# Slack Bot (Optional — for Slack integration)
SLACK_BOT_TOKEN=
SLACK_APP_TOKEN=
# Alpaca (Optional — trading features)
ALPACA_API_KEY=
ALPACA_SECRET_KEY=
VITE_ALPACA_PAPER=true
# Analytics & Monitoring (Optional)
VITE_POSTHOG_KEY=
VITE_SENTRY_DSN=
# fal.ai (Video generation — Creative Canvas video nodes, server-side only)
FAL_KEY=
FAL_DAILY_SPEND_LIMIT=10.00
IMAGE_SERVER_PORT=5411
VIDEO_SERVER_PORT=5412
# Optional comma-separated browser origins beyond localhost/127.0.0.1.
ENGINE_ALLOWED_ORIGINS=
# Optional comma-separated HTTPS artifact hosts beyond fal.media subdomains.
ENGINE_ARTIFACT_HOSTS=
# Optional absolute path; defaults outside the repo at ~/.config/kernel/galley-engine-token.
ENGINE_TOKEN_PATH=