-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (16 loc) · 762 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (16 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# --- Supabase ---
# Settings → API in your Supabase project.
# Project URL - same on browser and server.
NEXT_PUBLIC_SUPABASE_URL=https://YOUR-PROJECT-REF.supabase.co
# Publishable key - safe to expose in the browser bundle.
# Replaces the legacy "anon" key. Used by the SSR-aware browser/server clients.
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_DEFAULT_KEY=sb_publishable_...
# Secret key - server-only. NEVER prefix with NEXT_PUBLIC_.
# Bypasses Row Level Security. Only used by route handlers / server actions
# that need admin operations. Optional - leave blank if you don't run any.
SUPABASE_SECRET_KEY=
# --- Site ---
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# --- SEO & Analytics ---
# Google Analytics Measurement ID (G-XXXXXXXXXX)
NEXT_PUBLIC_GA_ID=