-
Notifications
You must be signed in to change notification settings - Fork 391
Expand file tree
/
Copy pathenv.example
More file actions
38 lines (29 loc) · 987 Bytes
/
env.example
File metadata and controls
38 lines (29 loc) · 987 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
31
32
33
34
35
36
37
38
# Database Configuration
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_KEY=your_supabase_service_role_key
# Authentication
NEXT_PUBLIC_APP_URL=http://localhost:3000
# E2B Configuration (Code Execution)
E2B_API_KEY=your_e2b_api_key
# AI/LLM Configuration
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
# Trigger.dev (Background Jobs)
TRIGGER_API_KEY=your_trigger_api_key
TRIGGER_API_URL=https://api.trigger.dev
# Paddle (Payments)
PADDLE_API_KEY=your_paddle_api_key
PADDLE_WEBHOOK_SECRET=your_paddle_webhook_secret
NEXT_PUBLIC_PADDLE_ENVIRONMENT=sandbox
# Sentry (Error Monitoring)
SENTRY_AUTH_TOKEN=your_sentry_auth_token
SENTRY_ORG=your_sentry_org
SENTRY_PROJECT=your_sentry_project
# Redis (Caching)
REDIS_URL=your_redis_url
# PostHog (Analytics)
NEXT_PUBLIC_POSTHOG_KEY=your_posthog_key
NEXT_PUBLIC_POSTHOG_HOST=https://app.posthog.com
# Development
NODE_ENV=development