13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
# Auth0 Configuration
|
|
VITE_AUTH0_DOMAIN=your-auth0-domain.us.auth0.com
|
|
VITE_AUTH0_CLIENT_ID=your-auth0-client-id
|
|
VITE_AUTH0_AUDIENCE=https://your-api-audience
|
|
|
|
# API Configuration
|
|
VITE_API_BASE_URL=http://localhost:3001/api
|
|
|
|
# Google Maps (for future stations feature)
|
|
VITE_GOOGLE_MAPS_API_KEY=your-google-maps-api-key
|
|
|
|
# Stripe Configuration
|
|
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your_publishable_key_here |