forked from astriaai/headshots-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.local.example
23 lines (20 loc) · 934 Bytes
/
.env.local.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Update these with your Supabase details from your project settings > API
# https://app.supabase.com/project/_/settings/api
NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# LEAP VARS (AI service)
# https://tryleap.ai/keys
LEAP_API_KEY=your-api-key
LEAP_WEBHOOK_URL=your-hosted-url/leap/train-webhook
LEAP_IMAGE_WEBHOOK_URL=your-hosted-url/leap/image-webhook
LEAP_WEBHOOK_SECRET=your-webhook-secret
# RESEND VARS (Email service)
RESEND_API_KEY=your-resend-api-key
# STRIPE VARS (Payment service)
STRIPE_SECRET_KEY=your-stripe-secret-key
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
STRIPE_PRICE_ID_ONE_CREDIT=your-stripe-price-id-one-credit
STRIPE_PRICE_ID_THREE_CREDIT=your-stripe-price-id-three-credit
STRIPE_PRICE_ID_FIVE_CREDIT=your-stripe-price-id-five-credit
NEXT_PUBLIC_STRIPE_IS_ENABLED=false # set to true to enable Stripe payments