# API Configuration VITE_API_URL=http://localhost:3000/api/v1 # Auth0 Configuration # Get these from your Auth0 dashboard: # 1. Create Application (Single Page Application) # 2. Use the Domain, Client ID, and API Audience VITE_AUTH0_DOMAIN=your-tenant.us.auth0.com VITE_AUTH0_CLIENT_ID=your-auth0-client-id VITE_AUTH0_AUDIENCE=https://your-api-identifier # Organization Contact Information (for PDF exports) VITE_CONTACT_EMAIL=coordinator@example.com VITE_CONTACT_PHONE=(555) 123-4567 VITE_ORGANIZATION_NAME=VIP Coordinator