warlord123456
Deploy to Hugging Face
7bbed67
Raw
History Blame Contribute Delete
437 Bytes
# 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