-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 928 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Phuzzle Environment Variables
# Copy this to .env.development for local development
# Show debug button in the game UI (set to "true" to enable)
VITE_SHOW_DEBUG=false
# PostHog (optional - for product analytics)
# Get your key from PostHog: Project Settings > Project API Key
# VITE_PUBLIC_POSTHOG_KEY=phc_...
# VITE_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
# Supabase (optional - for stats, leaderboards, achievements)
# Get these from your Supabase project: Settings > API
# VITE_SUPABASE_URL=https://xxxxx.supabase.co
# VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
# Formspree (optional - for bug report and feature suggestion forms)
# Create two forms at formspree.io and set full URL or form ID for each.
# If unset, feedback falls back to mailto (opens user's email client).
# VITE_FORMSPREE_BUG_FORM_ID=https://formspree.io/f/xxxxx
# VITE_FORMSPREE_FEATURE_FORM_ID=https://formspree.io/f/xxxxx