# ============================================================== # Quizify — Environment Variables Example # Copy this file to backend/core/.env and fill in your values. # NEVER commit the real .env — it is already in .gitignore. # ============================================================== # ── Google AI API Key (required) ────────────────────────────── # Get yours at: https://aistudio.google.com/app/apikey GOOGLE_API_KEY=your-google-ai-api-key-here # ── Frontend — Vite env variable (set in Vercel dashboard for production) ── # Replace with your Hugging Face Space URL after deploying the backend VITE_API_BASE=https://your-hf-username-quizify-backend.hf.space