hardik8588 commited on
Commit
6ea7b9d
·
verified ·
1 Parent(s): b594994

Update .env

Browse files
Files changed (1) hide show
  1. .env +3 -3
.env CHANGED
@@ -1,8 +1,8 @@
1
  # Backend API URL (will be updated to your Hugging Face Space URL)
2
- BACKEND_URL=https://localhost:7860
3
 
4
  # Frontend App URL (if you're deploying the frontend separately)
5
- APP_URL=http://localhost:3000
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=8000
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