# Tesla Roadtrip - Environment Configuration # Copy this file to .env and fill in the values # === REQUIRED: xAI API Key for real Grok responses === # Get one at https://console.x.ai XAI_API_KEY=xai-YourKeyHere # === Optional: App configuration === APP_URL=http://localhost:5173 API_URL=http://localhost:3000 # === Optional: Auth service (from auth.tony.codes) === # Only needed if testing authenticated features locally # AUTH_SECRET=your-auth-secret-here # AUTH_URL=https://auth.tony.codes # === Optional: Force local grok CLI (advanced) === # Set to false to always use xAI API instead of local CLI # GROK_ENABLED=true