Spaces:
Paused
Paused
File size: 285 Bytes
6deea40 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# ==== 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
|