-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (14 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
18 lines (14 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ─── Supabase ─────────────────────────────────────────────────────────────────
# Your Supabase project URL (Settings → API → Project URL)
NEXT_PUBLIC_SUPABASE_URL=https://xxxxxxxxxxxx.supabase.co
# Supabase anon/public key (Settings → API → anon public)
# This key is safe to expose to the browser — RLS policies protect your data.
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGc...
# Storage bucket name (Storage → Buckets → your bucket name)
NEXT_PUBLIC_SUPABASE_BUCKET=your-bucket-name
# ─── Email (Resend) ───────────────────────────────────────────────────────────
# Create a free account at https://resend.com
# Add and verify your sending domain, then create an API key.
RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxx
# The verified sender address you configured in Resend
FROM_EMAIL=noreply@yourdomain.com