# API Configuration
# VITE_API_URL=http://localhost:5000/api
# Note: Commenting this out to use Vite's proxy for proper CSRF/session handling in development
# The proxy is configured in vite.config.js to forward /api requests to http://localhost:5000

# Cloudflare Turnstile (for bot protection on signup)
# Get your site key from: https://dash.cloudflare.com/
# Use test keys for development: 1x00000000000000000000AA (always passes)
VITE_TURNSTILE_SITE_KEY=0x4AAAAAACMTWRRLRA1sB6Df

# Stripe Pricing IDs for Vibe Coding Bros
# Replace the values with your actual Stripe Price IDs from your Stripe Dashboard
VITE_STRIPE_PRICE_PRO_MONTHLY=price_1SpAd3COP7uaGe0yjgzQVW9C
VITE_STRIPE_PRICE_PRO_YEARLY=price_1SpAd7COP7uaGe0yOjzVv0Ts
VITE_STRIPE_PRICE_CREATOR_MONTHLY=price_1SpAdYCOP7uaGe0yhu9jkqWC
VITE_STRIPE_PRICE_CREATOR_YEARLY=price_1SpAdZCOP7uaGe0y3PDXMfq2

# Sponsored Challenge Packages (Display prices in USD)
VITE_SPONSORED_CHALLENGE_STARTER_PRICE=2500
VITE_SPONSORED_CHALLENGE_PROFESSIONAL_PRICE=5000
VITE_SPONSORED_CHALLENGE_ENTERPRISE_PRICE=10000
