added file and link create
This commit is contained in:
@@ -69,6 +69,10 @@ class Settings(BaseSettings):
|
||||
redis_url: str = "redis://redis:6379/0"
|
||||
scheduler_enabled: bool = False # True only on dedicated scheduler container
|
||||
|
||||
# YouTube (optional)
|
||||
youtube_cookies: str = "" # Raw Cookie header value for transcript fetching
|
||||
transcriptapi_key: str = "" # TranscriptAPI.com key
|
||||
|
||||
# Telegram Bot (experimental)
|
||||
telegram_enabled: bool = False
|
||||
telegram_bot_token: str = ""
|
||||
|
||||
Reference in New Issue
Block a user