Spaces:
Sleeping
Sleeping
File size: 391 Bytes
d9cc29f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# API Settings
API_HOST=0.0.0.0
API_PORT=8005
API_BASE_URL=http://0.0.0.0:8005
# News Scraping Settings
ARTICLES_PER_SOURCE=10
USER_AGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
# Cache Settings
CACHE_DIR=.cache
CACHE_EXPIRY=3600
CACHE_DURATION=300
# Audio Settings
AUDIO_OUTPUT_DIR=audio_output
DEFAULT_LANG=hi |