testing / .env
tejash300's picture
Upload .env (#5)
2302a2a verified
raw
history blame contribute delete
946 Bytes
# Backend API URL (will be updated to your Hugging Face Space URL)
BACKEND_URL=https://huggingface.co/spaces/tejash300/testing
# 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=ASOzKSgawVTyJpK_1vOKap4TTJ3OsHQ9syDvEX43O2Vi7ZVoto1z6zYWWm20LrrJ-dA9wqD33jrT5qLu
PAYPAL_SECRET=ED0YJoSvOq6sUjOfQvz88Z-NsFhDyK2Dv2TUI3LOoEZ11rkNev92Cp6O8d2mBLw7fdunKRfHhcMyNuXN
# JWT Secret
JWT_SECRET=13105030e5bfb231ebf59b8cdf91a39571e51a51fe62a4e1c323079f9945cb7d
# 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
# Hugging Face Spaces Configuration
PORT=7860
HOST=0.0.0.0