File size: 332 Bytes
67c8aca
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# NVIDIA NIM API Key (Required for AI Advisor)
NVIDIA_API_KEY=your_nvapi_key_here

# Hugging Face Token (Required for Persistent DB Backups)
HF_TOKEN=your_hf_token_here

# Database URL (Default for Docker/HF)
# SQLALCHEMY_DATABASE_URL=sqlite:////app/data/loan_db.db

# Deployment environment (production/development)
ENV=production