| # 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 | |