-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 974 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generation provider: "mock" (default, no key needed) or "openrouter"
GENERATION_PROVIDER=mock
# Required only when GENERATION_PROVIDER=openrouter
OPENROUTER_API_KEY=
# Optional override; defaults to anthropic/claude-sonnet-4.6
# (any current OpenRouter model id, e.g. anthropic/claude-opus-4.8, anthropic/claude-haiku-4.5)
OPENROUTER_MODEL=anthropic/claude-sonnet-4.6
# Public base URL of your deployment. Used to build absolute Open Graph / Twitter
# card image URLs so link previews render correctly when the site is shared.
# Set this if you host a landing page; leave blank for local use (falls back to
# http://localhost:3000).
NEXT_PUBLIC_SITE_URL=
# The folder-analysis route reads your local filesystem, so it's disabled in
# production builds by default. `pnpm dev` works out of the box. Only set this to
# "true" if you run a PRODUCTION build (pnpm build && pnpm start) on your own
# machine. Never set it on a public/hosted deploy.
LAUNCHKIT_ALLOW_LOCAL_FS=