Spaces:
Sleeping
Sleeping
Zeetay commited on
Commit ·
6a0db01
1
Parent(s): 4fb678b
fix: correct local NEXT_PUBLIC_API_URL example to port 8000
Browse files- web/.env.example +1 -1
web/.env.example
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# URL of the FastAPI backend the frontend calls (/run and /stats).
|
| 2 |
# Locally, point this at the running uvicorn server (default port 8000).
|
| 3 |
# In production, set it to your Hugging Face Space URL in the Netlify dashboard.
|
| 4 |
-
NEXT_PUBLIC_API_URL=http://localhost:
|
|
|
|
| 1 |
# URL of the FastAPI backend the frontend calls (/run and /stats).
|
| 2 |
# Locally, point this at the running uvicorn server (default port 8000).
|
| 3 |
# In production, set it to your Hugging Face Space URL in the Netlify dashboard.
|
| 4 |
+
NEXT_PUBLIC_API_URL=http://localhost:8000
|