-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 861 Bytes
/
.env.example
File metadata and controls
20 lines (16 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
# Required for Edge Functions - Email Notifications
RESEND_API_KEY=your_resend_api_key
# Optional: App URL for email links (defaults to localhost in development)
APP_URL=https://your-app-domain.com
# Stripe
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret
NEXT_PUBLIC_STRIPE_member_PRICE_ID=price_your_member_price_id
NEXT_PUBLIC_STRIPE_member_PRODUCT_ID=prod_your_member_product_id
# Note: For Supabase Edge Functions, you'll need to set these environment variables
# in your Supabase project dashboard under Settings > Edge Functions > Environment Variables