-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 872 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# =============================================================================
# .env — Public environment variables (exposed to the browser via SvelteKit)
# These are safe to expose — they contain no secrets.
# Copy this file to .env and fill in the values you need.
# =============================================================================
# --- Google One Tap (feature flag: auth) ---
# Same Client ID as server-side OAuth. Get from Google Cloud Console > Credentials.
PUBLIC_GOOGLE_CLIENT_ID=
# --- Cloudflare Turnstile (feature flag: turnstile) ---
# Get this from: Cloudflare Dashboard > Turnstile > your site > Site Key
PUBLIC_TURNSTILE_SITE_KEY=
# --- Analytics (optional) ---
# Cloudflare Web Analytics token (from Cloudflare Dashboard > Web Analytics)
PUBLIC_CF_WEB_ANALYTICS=
# Google Analytics 4 measurement ID (e.g. G-XXXXXXXXXX)
PUBLIC_GA4_ID=