self-improving-agent / web /.env.example
Zeetay
fix: correct local NEXT_PUBLIC_API_URL example to port 8000
6a0db01
Raw
History Blame Contribute Delete
263 Bytes
# URL of the FastAPI backend the frontend calls (/run and /stats).
# Locally, point this at the running uvicorn server (default port 8000).
# In production, set it to your Hugging Face Space URL in the Netlify dashboard.
NEXT_PUBLIC_API_URL=http://localhost:8000