hytranslator / .env
no1b4me's picture
Update .env
9927218 verified
raw
history blame contribute delete
349 Bytes
# .env
# TMDB API Key
TMDB_API_KEY=your_tmdb_api_key_here
# Default language code (if none specified in request)
LANGUAGE_CODE=fr # For example, set to "fr" for French, or "it" for Italian
# Redis Configuration
REDIS_HOST=relaxing-flea-30894.upstash.io
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_SSL=True # Set to True if using SSL, otherwise False