-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
24 lines (18 loc) · 774 Bytes
/
env.example
File metadata and controls
24 lines (18 loc) · 774 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
# Escape Ramp Environment Variables
# Copy this file to .env.local and fill in your actual values
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
# Anthropic Claude AI
ANTHROPIC_API_KEY=your_anthropic_api_key
# Application Configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000
NODE_ENV=development
# Optional: Stripe (for future payment integration)
# STRIPE_SECRET_KEY=your_stripe_secret_key
# NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
# Optional: Email Service (for notifications)
# RESEND_API_KEY=your_resend_api_key
# Optional: Analytics (for user tracking)
# NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=your_ga_id