| # VITE_API_URL specifies the backend location for the Deepfake Forensics API. | |
| # For local development: | |
| # VITE_API_URL=http://127.0.0.1:8000 | |
| # For Hugging Face Spaces production deployment: | |
| # VITE_API_URL=https://sakshamdev07-deepfake-api-v2.hf.space | |
| # VITE_API_KEY is the security token for communicating with the backend. | |
| # Ensure this matches the API_KEY set in your backend environment variables. | |
| VITE_API_KEY=deepforensics-dev-key | |