keerthanas1011's picture
feat: redesigned frontend with dark theme, added multi-backend support, optimized env vars
6deccb5
raw
history blame contribute delete
418 Bytes
# API Backend Configuration
#
# Choose one of the following:
# Local backend (development)
NEXT_PUBLIC_API_URL=http://localhost:7860
# Or HuggingFace Spaces backend (production)
# NEXT_PUBLIC_API_URL=https://huggingface.co/spaces/keerthanas1011/api-contract-debugger
# HuggingFace Space URL (used for quick-preset button)
NEXT_PUBLIC_HF_SPACE_URL=https://huggingface.co/spaces/keerthanas1011/api-contract-debugger