mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 04:31:13 -05:00
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
# Supabase Configuration
|
|
VITE_SUPABASE_PROJECT_ID=your-project-id
|
|
VITE_SUPABASE_PUBLISHABLE_KEY=your-publishable-key
|
|
VITE_SUPABASE_URL=https://your-project-id.supabase.co
|
|
|
|
# Cloudflare Turnstile CAPTCHA (optional)
|
|
# Get your site key from: https://dash.cloudflare.com/turnstile
|
|
# Use test keys for development:
|
|
# - Visible test key (always passes): 1x00000000000000000000AA
|
|
# - Invisible test key (always passes): 2x00000000000000000000AB
|
|
# - Visible test key (always fails): 3x00000000000000000000FF
|
|
VITE_TURNSTILE_SITE_KEY=your-turnstile-site-key |