Quizify / .env.example
hetsheta's picture
Add Dockerfile + .dockerignore for HF Spaces; use VITE_API_BASE env var; clean requirements.txt
2f95a42
Raw
History Blame Contribute Delete
754 Bytes
# ==============================================================
# 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