-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (32 loc) · 1.71 KB
/
.env.example
File metadata and controls
34 lines (32 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ──────────────────────────────────────────────────────────────
# Environment Configuration
# ──────────────────────────────────────────────────────────────
#
# Local development:
# Copy this file to .env and fill in values.
# By default, `npm run dev` uses .env (development mode).
#
# Vercel deployment:
# Set these in the Vercel dashboard → Settings → Environment Variables.
#
# Feature gates (all default ON — set to "false" to close):
# VITE_DB_OPEN — show the project database
# VITE_SUBMISSIONS_OPEN — allow new project submissions
# VITE_ESTIMATES_OPEN — enable AI/statistical rate estimation
#
# Supabase edge functions:
# SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY are set automatically
# per project. You must set these secrets on BOTH projects:
# supabase secrets set GEMINI_API_KEY=... --project-ref <ref>
# supabase secrets set BREVO_API_KEY=... --project-ref <ref>
# supabase secrets set SITE_URL=... --project-ref <ref>
#
# ──────────────────────────────────────────────────────────────
# Feature gates — omit or set to "true" to enable; set to "false" to close
# VITE_DB_OPEN=false
# VITE_SUBMISSIONS_OPEN=false
# VITE_ESTIMATES_OPEN=false
# Supabase project
VITE_SUPABASE_PROJECT_ID=your_project_id
VITE_SUPABASE_PUBLISHABLE_KEY=your_anon_key
VITE_SUPABASE_URL=https://your_project_id.supabase.co