Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
# Get API key - https://docs.tryleap.ai/authentication
LEAP_API_KEY=your-api-key
## Generate a random secret
# https://generate-secret.vercel.app/32
LEAP_WEBHOOK_SECRET=your-webhook-secret
LEAP_WEBHOOK_URL=your-hosted-url/leap/train-webhook
LEAP_IMAGE_WEBHOOK_URL=your-hosted-url/leap/image-webhook

# With vercel deploy supabase env vars are auto generated!
# Configure auth magic link & redirect urls > https://github.com/leap-ai/headshots-starter#5-magic-link-auth-supabase
Expand Down