# Frontend (Vite) environment variables # Copy to frontend/.env.local for local development # Must match backend API_KEY_WEB value VITE_WEB_API_KEY=web-frontend-key-change-me-in-production # Must match backend API_KEY_ADMIN value (for admin dashboard endpoints) VITE_ADMIN_API_KEY=admin-key-super-secret-change-me