2026-04-04 20:00:53 +00:00
|
|
|
# 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_PUBLISHABLE_KEY=your-publishable-or-anon-key
|
2026-04-05 23:00:48 +00:00
|
|
|
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
|
|
|
|
|
|
|
|
|
|
# Your public app URL (used for Unipile webhook + redirect URLs)
|
|
|
|
|
NEXT_PUBLIC_APP_URL=https://yourapp.com
|
|
|
|
|
|
|
|
|
|
# Unipile LinkedIn Integration
|
|
|
|
|
# Get these from https://app.unipile.com
|
|
|
|
|
UNIPILE_API_KEY=your-unipile-api-key
|
|
|
|
|
UNIPILE_DSN=api4.unipile.com:13441
|