-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
30 lines (24 loc) · 943 Bytes
/
.env.local.example
File metadata and controls
30 lines (24 loc) · 943 Bytes
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
# Copy to .env.local and fill values.
# Neon Postgres (required for API routes that touch the DB)
DATABASE_URL=
# Single-user dev identity (required) — any stable string UUID or identifier for local sessions
RESEARCH_DEV_USER_ID=00000000-0000-4000-8000-000000000001
# OpenRouter (required for /api/.../chat streaming)
OPENROUTER_API_KEY=
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
OPENROUTER_MODEL=openai/gpt-4o-mini
# Optional: OpenRouter attribution
OPENROUTER_HTTP_REFERRER=http://localhost:3000
# PostHog — browser (optional)
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=https://app.posthog.com
# PostHog — server (optional; falls back to NEXT_PUBLIC_POSTHOG_KEY in code)
POSTHOG_KEY=
POSTHOG_HOST=https://app.posthog.com
# Future phases (documented; not required for T0 UI shell)
SERPAPI_API_KEY=
TAVILY_API_KEY=
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
GOOGLE_DOCS_OAUTH_CLIENT_ID=
GOOGLE_DOCS_OAUTH_CLIENT_SECRET=