Spaces:
Running
Running
Update .env
Browse files
.env
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# Backend API URL (will be updated to your Hugging Face Space URL)
|
2 |
-
BACKEND_URL=https://
|
3 |
|
4 |
# Frontend App URL (if you're deploying the frontend separately)
|
5 |
-
APP_URL=
|
6 |
|
7 |
# PayPal Configuration
|
8 |
PAYPAL_BASE_URL=https://api-m.sandbox.paypal.com
|
@@ -27,5 +27,5 @@ MODELS_CACHE_DIR=/tmp/models_cache
|
|
27 |
# OPENAI_API_KEY= # Set this in Hugging Face Secrets
|
28 |
|
29 |
# Hugging Face Spaces Configuration
|
30 |
-
PORT=
|
31 |
HOST=0.0.0.0
|
|
|
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-kbsx7rw9r-hardikkandpals-projects.vercel.app
|
6 |
|
7 |
# PayPal Configuration
|
8 |
PAYPAL_BASE_URL=https://api-m.sandbox.paypal.com
|
|
|
27 |
# OPENAI_API_KEY= # Set this in Hugging Face Secrets
|
28 |
|
29 |
# Hugging Face Spaces Configuration
|
30 |
+
PORT=7860
|
31 |
HOST=0.0.0.0
|