loan-intelligence-v1 / .env.example
Siddharaj Shirke
v1 completed successfully
67c8aca
raw
history blame contribute delete
332 Bytes
# 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