# Frontend - Vite Allowed Hosts # Comma-separated list of allowed hostnames # Use 'all' to allow all hosts (NOT recommended for production) VITE_ALLOWED_HOSTS=localhost,spotlight.cam,.spotlight.cam # Alternative: Allow all hosts (development only) # VITE_ALLOWED_HOSTS=all # Cloudflare Turnstile (CAPTCHA) # Get your keys from: https://dash.cloudflare.com/ VITE_TURNSTILE_SITE_KEY=0x4AAAAAACE_ByYyzwZKe5sC # Google Analytics 4 # Format: G-XXXXXXXXXX # Get your measurement ID from: https://analytics.google.com/ VITE_GA_MEASUREMENT_ID= # Beta Testing Features # Set to 'true' to show beta banner and enable beta features VITE_BETA_MODE=true # Auto-assign SUPPORTER tier to new registrations during beta # Set to 'true' to automatically grant SUPPORTER tier to new users VITE_BETA_AUTO_SUPPORTER=true