VivDubs commited on
Commit
d0c7d06
·
1 Parent(s): 3a5a6cb

chore: update .env.local.example with HF Spaces production URL

Browse files
Files changed (1) hide show
  1. frontend/.env.local.example +1 -1
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://your-backend.railway.app
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