Spaces:
Paused
Paused
# ==== FastAPI Settings ==== | |
APP_NAME=Legal Dashboard | |
APP_ENV=production | |
HOST=0.0.0.0 | |
PORT=7860 | |
# Path settings | |
FRONTEND_DIR=frontend | |
STATIC_DIR=frontend | |
TEMPLATE_INDEX=index.html | |
# Logging | |
LOG_LEVEL=INFO | |
# Hugging Face specific | |
TRANSFORMERS_CACHE=/data/models | |
HF_HOME=/data/models | |