-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 1.46 KB
/
.env.example
File metadata and controls
32 lines (24 loc) · 1.46 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
# ─── LLM Provider ───────────────────────────────────────────
# Default provider: openrouter (supports 100+ models)
# Options: openrouter, anthropic, openai
LLM_PROVIDER=
# Default model (OpenRouter format: provider/model)
LLM_MODEL=
# ─── API Keys ───────────────────────────────────────────────
# OpenRouter (default) — get yours at https://openrouter.ai/keys
OPENROUTER_API_KEY=
# Anthropic (only if LLM_PROVIDER=anthropic)
# ANTHROPIC_API_KEY=
# OpenAI (only if LLM_PROVIDER=openai)
OPENAI_API_KEY=
# ─── Apple / iOS ────────────────────────────────────────────
APPLE_TEAM_ID=
# ─── Supabase ───────────────────────────────────────────────
# Local Supabase (default) — requires Docker Desktop + supabase CLI
# Run: supabase start (inside generated project dir)
SUPABASE_LOCAL=true
# Remote Supabase (set SUPABASE_LOCAL=false to use these)
# SUPABASE_URL=https://YOUR_REF.supabase.co
# SUPABASE_ANON_KEY=eyJ...
# ─── RevenueCat ─────────────────────────────────────────────
REVENUECAT_API_KEY=