This repository has been archived on 2026-04-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
watch-together-yandex-disk/config.py.example.py
T
2025-07-20 00:54:17 +03:00

30 lines
563 B
Python

HOST = "0.0.0.0"
PORT = 8080
CONNECTION_TIMEOUT_SECONDS = 30
USE_DARK_THEME = True
ENABLE_LOGGING = True
YANDEX_CONFIGS = [
# ("your token", "path to dir on disk") # Alexander Tarasov
]
TMDB_API_KEY = "your api key"
TMDB_LANG = "en-US"
CACHE_MAXSIZE = 1024
CACHE_TTL = 300
MOVIES_DB_UPDATE_INTERVAL_SECONDS = 300
REMOVE_INACTIVE_USERS_INTERVAL_SECONDS = 300
ROOMS_UPDATE_INTERVAL_SECONDS = 0.5
MAX_DELAY_SECONDS = 5
MAX_USER_INACTIVE_HOURS = 168
PASSWORD = "1234" # webui password
SECRET = "secret-key" # just type random string here
PROXIES = [
]