| # ============================================================== | |
| # 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 | |