-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 900 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Google Gemini API key (required)
GEMINI_API_KEY=
# Supabase credentials (required for account & video storage)
# NEXT_PUBLIC_ vars are used by client-side code (baked into JS at build time)
# SUPABASE_ vars are used by server-side code (middleware, route handlers)
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_URL=
SUPABASE_ANON_KEY=
# Site URL (used for auth redirects, optional — defaults to localhost:3000)
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Supabase Send Email Hook (Resend)
# Sign up at https://resend.com, create an API key, set it here
# The Edge Function at supabase/functions/send-email uses this key
RESEND_API_KEY=
FROM_EMAIL=onboarding@resend.dev
# Supabase service role key (required for delete account — keep secret, never expose to client)
# Get this from Supabase Dashboard → Settings → API → service_role key
SUPABASE_SERVICE_ROLE_KEY=