invidious-companion/config/default.toml

28 lines
557 B
TOML
Raw Normal View History

2024-10-20 02:02:55 +02:00
[server]
port = 8282
host = "127.0.0.1"
2024-12-16 11:51:41 +01:00
# secret key needs to be 16 characters long or more
2024-11-18 14:11:39 +01:00
secret_key = "CHANGE_ME"
base_url = "http://localhost:8282"
verify_requests = false
2024-10-20 02:02:55 +02: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-20 02:02:55 +02:00
[networking]
#proxy = ""
2024-11-09 15:00:16 +01:00
# Enable YouTube new video format UMP
ump = false
[jobs]
2024-10-23 23:37:36 +02:00
[jobs.youtube_session]
po_token_enabled = true
frequency = "*/5 * * * *"
[youtube_session]
oauth_enabled = false
cookies = ""