From 5a8e7e30d2a3f806520749b60c85077dbc1f5d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 16 Apr 2021 11:49:09 -0500 Subject: initial commit --- config.env.example | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 config.env.example (limited to 'config.env.example') diff --git a/config.env.example b/config.env.example new file mode 100644 index 0000000..5907d2c --- /dev/null +++ b/config.env.example @@ -0,0 +1,36 @@ +# +# yt-local options +# + +ROUTE_TOR=0 +TOR_PORT=9050 +TOR_CONTROL_PORT=9151 + +ALLOW_FOREIGN_ADDRESSES=True + +SUBTITLES_MODE=0 +SUBTITLES_LANG='en' + +RELATED_VIDEOS_MODE=1 + +COMMENTS_MODE=1 +ENABLE_COMMENTS_AVATARS=True +DEFAULT_COMMENT_SORTING=0 + +THEATER_MODE=True +DEFAULT_RESOLUTION=720 + +USE_VIDEO_HOTKEYS=True +PROXY_IMAGES=True +USE_COMMENTS_JS=True +USE_SPONSORBLOCK_JS=False + +THEME=1 +FONT=1 + +EMBED_PAGE_MODE=True +AUTOCHECK_SUBSCRIPTIONS=True + +# debug +GATHER_GOOGLEVIDEO_DOMAINS=False +DEBUGGING_SAVE_RESPONSES=False -- cgit v1.2.3