Spaces:
Sleeping
Sleeping
chore: update .env.local.example with HF Spaces production URL
Browse files
frontend/.env.local.example
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# URL of your deployed FastAPI backend
|
| 2 |
# Local dev: http://localhost:8000
|
| 3 |
-
# Production: https://
|
| 4 |
NEXT_PUBLIC_API_URL=http://localhost:8000
|
|
|
|
| 1 |
# URL of your deployed FastAPI backend
|
| 2 |
# Local dev: http://localhost:8000
|
| 3 |
+
# Production (HF Spaces): https://vivdubs-eumora-api.hf.space
|
| 4 |
NEXT_PUBLIC_API_URL=http://localhost:8000
|