mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Config: Update example config documentation
This commit is contained in:
parent
1647092b3c
commit
f64e311dcd
1 changed files with 6 additions and 2 deletions
|
@ -455,13 +455,17 @@ jobs:
|
||||||
#use_pubsub_feeds: false
|
#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.
|
## 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
|
## Accepted values: a string
|
||||||
## Default: <none>
|
## Default: <none>
|
||||||
##
|
##
|
||||||
#hmac_key:
|
hmac_key: "CHANGE_ME!!"
|
||||||
|
|
||||||
##
|
##
|
||||||
## List of video IDs where the "download" widget must be
|
## List of video IDs where the "download" widget must be
|
||||||
|
|
Loading…
Reference in a new issue