invidious-companion/config/default.toml
Emilien 6445fb5e82
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
rename hmac_key to secret_key
2024-11-18 14:11:39 +01:00

26 lines
No EOL
481 B
TOML

[server]
port = 8282
host = "127.0.0.1"
secret_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 = ""
# Enable YouTube new video format UMP
ump = false
[jobs]
[jobs.youtube_session]
po_token_enabled = true
frequency = "*/5 * * * *"
[youtube_session]
oauth_enabled = false
cookies = ""