docforensics / .env.example
Suryakarthik-1
Deploy DocForensics to Hugging Face Spaces
70520f0
Raw
History Blame Contribute Delete
347 Bytes
# Copy to .env and adjust for your deployment.
# Port the API/app listens on (most hosts inject this automatically).
PORT=8000
# Comma-separated allowed CORS origins. Use "*" for local dev.
# In production with the single-container setup the frontend is same-origin,
# so this only matters if you host the frontend separately.
ALLOWED_ORIGINS=*