21 lines
662 B
Plaintext
21 lines
662 B
Plaintext
|
|
# Frontend - Vite Allowed Hosts
|
||
|
|
# Comma-separated list of allowed hostnames
|
||
|
|
VITE_ALLOWED_HOSTS=spotlight.cam,.spotlight.cam
|
||
|
|
|
||
|
|
# Cloudflare Turnstile (CAPTCHA)
|
||
|
|
# Get your keys from: https://dash.cloudflare.com/
|
||
|
|
VITE_TURNSTILE_SITE_KEY=your-production-site-key-here
|
||
|
|
|
||
|
|
# 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=false
|
||
|
|
|
||
|
|
# Auto-assign SUPPORTER tier to new registrations during beta
|
||
|
|
# Set to 'true' to automatically grant SUPPORTER tier to new users
|
||
|
|
VITE_BETA_AUTO_SUPPORTER=false
|