invidious-companion/config/default.toml

31 lines
653 B
TOML
Raw Normal View History

2024-10-19 21:02:55 -03:00
[server]
port = 8282
host = "127.0.0.1"
2024-12-16 07:51:41 -03:00
# secret key needs to be 16 characters long or more
2024-11-18 10:11:39 -03:00
secret_key = "CHANGE_ME"
base_url = "http://localhost:8282"
verify_requests = false
# max_dash_resolution = 1080
2024-10-19 21:02:55 -03:00
[cache]
enabled = true
# will get cached in /var/tmp/youtubei.js if you specify /var/tmp
# you need to change the --allow-write from deno run too
directory = "/var/tmp"
2024-10-19 21:02:55 -03:00
[networking]
#proxy = ""
2024-11-09 11:00:16 -03:00
# Enable YouTube new video format UMP
ump = false
# Some external videoplayback
# external_videoplayback_proxy = ""
[jobs]
2024-10-23 18:37:36 -03:00
[jobs.youtube_session]
po_token_enabled = true
2024-12-15 22:47:45 -03:00
frequency = "*/1 * * * *"
[youtube_session]
oauth_enabled = false
cookies = ""