diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2023-07-01 19:29:40 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2023-07-01 19:29:40 +0200 |
| commit | f64e311dcd656b3552b21b7bd3998d82bc8da900 (patch) | |
| tree | b7296ca9160f936ea0183a9bf0d4e4eaf8555132 /config | |
| parent | 1647092b3c77ac271f4b50a3ee9bdfd3d6be4345 (diff) | |
| download | invidious-f64e311dcd656b3552b21b7bd3998d82bc8da900.tar.gz invidious-f64e311dcd656b3552b21b7bd3998d82bc8da900.tar.bz2 invidious-f64e311dcd656b3552b21b7bd3998d82bc8da900.zip | |
Config: Update example config documentation
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index c591eb6a..2da6e55e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -455,13 +455,17 @@ jobs: #use_pubsub_feeds: false ## -## HMAC signing key used for CSRF tokens and pubsub +## HMAC signing key used for CSRF tokens, cookies and pubsub ## subscriptions verification. ## +## Note: This parameter is mandatory and should be a random string. +## Such random string can be generated on linux with the following +## command: `pwdgen 20 1` +## ## Accepted values: a string ## Default: <none> ## -#hmac_key: +hmac_key: "CHANGE_ME!!" ## ## List of video IDs where the "download" widget must be |
