-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production
More file actions
28 lines (21 loc) · 871 Bytes
/
Copy path.env.production
File metadata and controls
28 lines (21 loc) · 871 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
# Production Environment Variables for Pluggist
# Add these to your Vercel dashboard
# Database (Supabase)
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key_here
# Authentication
NEXTAUTH_URL=https://pluggist.vercel.app
NEXTAUTH_SECRET=your_nextauth_secret_here
# OAuth Providers
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
# Maps (Optional - uses free alternatives if not provided)
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
# Charging Station APIs (Free)
NEXT_PUBLIC_NREL_API_KEY=your_free_nrel_api_key
# Payments (Optional for later)
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_or_live_key
STRIPE_SECRET_KEY=sk_test_or_live_key
# Analytics (Optional)
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=GA4_measurement_id