File size: 376 Bytes
93c5df6
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Environment Variables for Render Deployment

# Hugging Face API Token (for model downloads)
# Get from: https://huggingface.co/settings/tokens
# HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

# Database Connection (add this when integrating NeonDB)
# DATABASE_URL=postgresql://username:password@host/database

# Server Configuration (Render sets PORT automatically)
# PORT=8000