Spaces:
Sleeping
Sleeping
# .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 | |