mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 11:26:59 -05:00
Refactor: Replace hardcoded Supabase URLs
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
# 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
|
||||
# Custom domain pointing to Supabase project (use your actual domain)
|
||||
# For production: https://api.thrillwiki.com
|
||||
# For development: https://ydvtmnrszybqnbcqbdcy.supabase.co (or your custom domain)
|
||||
VITE_SUPABASE_URL=https://api.thrillwiki.com
|
||||
|
||||
# Cloudflare Turnstile CAPTCHA (optional)
|
||||
# Get your site key from: https://dash.cloudflare.com/turnstile
|
||||
|
||||
Reference in New Issue
Block a user