doc_analyzer / .env
hardik8588's picture
Upload .env
c9b9479 verified
raw
history blame
965 Bytes
# Backend API URL (will be updated to your Hugging Face Space URL)
BACKEND_URL=https://localhost:7860
# Frontend App URL (if you're deploying the frontend separately)
APP_URL=http://localhost:3000
# PayPal Configuration
PAYPAL_BASE_URL=https://api-m.sandbox.paypal.com
# PAYPAL_CLIENT_ID= # Set this in Hugging Face Secrets
# PAYPAL_SECRET= # Set this in Hugging Face Secrets
# JWT Secret
# JWT_SECRET= # Set this in Hugging Face Secrets
# HUGGING_FACE_TOKEN= # Set this in Hugging Face Secrets
USE_INFERENCE_API=True
# Database Path (adjusted for Hugging Face container structure)
DB_PATH=/app/data/user_data.db
# Plan IDs Path (adjusted for Hugging Face container structure)
PLAN_IDS_PATH=/app/data/plan_ids.json
# Model Loading Configuration
LOAD_MODELS=True
MODELS_CACHE_DIR=/app/models_cache
# OPENAI_API_KEY= # Set this in Hugging Face Secrets
# Hugging Face Spaces Configuration
PORT=8000
HOST=0.0.0.0