Spaces:
Sleeping
Sleeping
Update .env
Browse files
.env
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# Backend API URL (will be updated to your Hugging Face Space URL)
|
2 |
BACKEND_URL=https://hardik8588-doc-analyzer.hf.space
|
|
|
3 |
|
4 |
# Frontend App URL (if you're deploying the frontend separately)
|
5 |
APP_URL=https://testing-hardikkandpals-projects.vercel.app
|
|
|
1 |
# Backend API URL (will be updated to your Hugging Face Space URL)
|
2 |
BACKEND_URL=https://hardik8588-doc-analyzer.hf.space
|
3 |
+
REACT_APP_API_URL=https://hardik8588-doc-analyzer.hf.space
|
4 |
|
5 |
# Frontend App URL (if you're deploying the frontend separately)
|
6 |
APP_URL=https://testing-hardikkandpals-projects.vercel.app
|