Hoghoghi / .env
Really-amin's picture
Update .env
6deea40 verified
raw
history blame contribute delete
285 Bytes
# ==== 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