text_auth_ai / .env.example
satyakimitra's picture
Prepare for Hugging Face Spaces deployment
cd56c2e
raw
history blame contribute delete
216 Bytes
# API Configuration
HOST=0.0.0.0
PORT=7860
DEBUG=False
ENVIRONMENT=production
WORKERS=2
# Model Configuration
HF_TOKEN=your_huggingface_token_here
OFFLINE_MODE=False
# CORS
CORS_ORIGINS=*
# Logging
LOG_LEVEL=INFO