-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 1.14 KB
/
.env.example
File metadata and controls
33 lines (26 loc) · 1.14 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
# Client public env vars
NEXT_PUBLIC_ENV_NAME=local
NEXT_PUBLIC_LOG_LEVEL=debug
NEXT_PUBLIC_POSTHOG_KEY=phc_C1L7Idffoa2oRT54XZDGh4GSdOPFgzliJiusFnVV8Wz
NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
NEXT_PUBLIC_DISABLE_TELEMETRY=false
# Disables built application error autofixing
NEXT_PUBLIC_DISABLE_AUTOFIX=false
# Server private env vars
LICENSE_KEY=free
BASE_URL=http://localhost:3000
STORAGE_TYPE=FILE_SYSTEM
STARTER=next
AUTH_SECRET=
ENCRYPTION_KEY=
# Available providers: AmazonBedrock, Anthropic, Cohere, Deepseek, Github, Google, Groq, HuggingFace, Hyperbolic, LMStudio, Mistral, Ollama, OpenAI, OpenAILike, OpenRouter, Perplexity, Together, xAI
DEFAULT_LLM_PROVIDER=Anthropic
DEFAULT_LLM_MODEL=claude-4-sonnet-20250514
# Get your Anthropic API Key in your account settings - https://console.anthropic.com/settings/keys
# ANTHROPIC_API_KEY=
# Optionally, you can set the OpenRouter API key if you use OpenRouter as a provider
# OPEN_ROUTER_API_KEY=
# Optionally, you can set the Ollama API base URL if you use Ollama as a provider
# OLLAMA_API_BASE_URL=http://localhost:11434
# Provide the Netlify token to enable app deployment
NETLIFY_AUTH_TOKEN=