-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.env.example
More file actions
46 lines (38 loc) · 1.89 KB
/
Copy path.env.example
File metadata and controls
46 lines (38 loc) · 1.89 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
34
35
36
37
38
39
40
41
42
43
44
45
46
# =============================================================================
# SUPABASE CONFIGURATION
# =============================================================================
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
# =============================================================================
# EMAIL SERVICE
# =============================================================================
RESEND_API_KEY=your-resend-api-key
# =============================================================================
# APPLICATION URLS
# =============================================================================
NEXT_PUBLIC_BASE_URL=http://localhost:3000
SITE_URL=http://localhost:3000
# =============================================================================
# PAYMENT INTEGRATION (POLAR)
# =============================================================================
POLAR_ACCESS_TOKEN=your-polar-access-token
POLAR_SUCCESS_URL=http://localhost:3000/success
POLAR_WEBHOOK_SECRET=your-polar-webhook-secret
# =============================================================================
# AI SERVICES
# =============================================================================
GROQ_API_KEY=your-groq-api-key
GROQ_MODEL=fastest
COHERE_API_KEY=your-cohere-api-key
ANALYTICS_AI_SYSTEM_PROMPT=your-analytics-ai-system-prompt
AI_FORM_SYSTEM_PROMPT=your-ai-form-system-prompt
# =============================================================================
# UPSTASH
# =============================================================================
UPSTASH_REDIS_REST_URL=your-upstash-url
UPSTASH_REDIS_REST_TOKEN=your-upstash-token
# =============================================================================
# VERCEL
# =============================================================================
CRON_SECRET=