invidious-companion/config/default.toml

24 lines
No EOL
429 B
TOML

[server]
port = 8282
host = "127.0.0.1"
hmac_key = "CHANGE_ME"
base_url = "http://localhost:8282"
[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"
[networking]
#proxy = ""
[jobs]
[jobs.youtube_session]
po_token_enabled = true
frequency = "*/5 * * * *"
[youtube_session]
oauth_enabled = false
cookies = ""