8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
# Stripe Configuration
|
|
# Get your keys from https://dashboard.stripe.com/apikeys
|
|
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your_key_here
|
|
|
|
# Backend URL (for production)
|
|
VITE_API_URL=http://localhost:3000
|
|
|