-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
22 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ── FreshScanAI — Frontend Environment Variables ──────────────────────────────
# Copy this file to .env.local and fill in the values.
# NEVER commit .env.local — it's already in .gitignore.
# Backend API URL
# Leave blank for local dev (Vite proxy handles /api/* → localhost:8000)
# Set to your Hugging Face Space URL for production builds.
VITE_API_URL=
# Production value: https://karansingh12-freshscan-api.hf.space
# Dev mode — shows the "Dev Login" button that bypasses Google OAuth.
# Set to "true" locally. NEVER set in Vercel env vars.
VITE_DEV_MODE=true
# Cloudflare Turnstile
VITE_TURNSTILE_SITE_KEY=
# ── PostHog Analytics ─────────────────────────────────────────────────────────
# Leave blank locally — PostHog is silently disabled when this key is missing.
# Set both vars in your Vercel / production environment dashboard.
VITE_POSTHOG_KEY=
VITE_POSTHOG_HOST=https://us.i.posthog.com