-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 777 Bytes
/
.env.example
File metadata and controls
27 lines (20 loc) · 777 Bytes
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
# Gmail credentials for contact form
GMAIL_USER=your-email@gmail.com
GMAIL_PASS=your-app-password
# MapTiler API key
VITE_MAPTILER_API_KEY=your-maptiler-api-key
# Gemini API key for AI chatbot
GEMINI_API_KEY=your-gemini-api-key
# AI Gateway Vercel
AI_GATEWAY_API=your-ai-gateway-api-key
# Supabase
VITE_SUPABASE_URL=https://your-supabase-url.supabase.co
VITE_SUPABASE_ANON_KEY=your-supabase-anon-key
# Server-only Supabase (required for secure /api/seed)
SUPABASE_URL=https://your-supabase-url.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
# Seed endpoint protection
SEED_ADMIN_TOKEN=your-strong-random-seed-token
VITE_SEED_ADMIN_TOKEN=your-strong-random-seed-token
# Route control (defaults to disabled in production)
VITE_ENABLE_ADMIN_SEED=false