-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
23 lines (17 loc) · 787 Bytes
/
env.example
File metadata and controls
23 lines (17 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
# Optional: For server-side operations
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key
# Email Service (Resend)
RESEND_API_KEY=your_resend_api_key
FROM_EMAIL=noreply@voidd.space
# Newsletter API Protection
NEWSLETTER_API_KEY=your_secure_api_key_here
# Canonical site URL (metadata, sitemap, emails). Use the same host as Google Search Console (e.g. www).
NEXT_PUBLIC_BASE_URL=https://www.voidd.space
# Convex (for real-time features)
# Development URL (from `npx convex dev`)
NEXT_PUBLIC_CONVEX_URL_DEV=https://your-dev-project.convex.cloud
# Production URL (from `npx convex deploy`)
NEXT_PUBLIC_CONVEX_URL_PROD=https://your-prod-project.convex.cloud