summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 8484c6be..8d3e6212 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -90,14 +90,14 @@ db:
##
## API key for Invidious companion, used for securing the communication
## between Invidious and Invidious companion.
-## The size of the key needs to be more or equal to 16.
+## The key needs to be exactly 16 characters long.
##
## Note: This parameter is mandatory when Invidious companion is enabled
## and should be a random string.
## Such random string can be generated on linux with the following
## command: `pwgen 16 1`
##
-## Accepted values: a string
+## Accepted values: a string (of length 16)
## Default: <none>
##
#invidious_companion_key: "CHANGE_ME!!"
@@ -858,9 +858,9 @@ default_user_preferences:
## Default video quality.
##
## Accepted values: dash, hd720, medium, small
- ## Default: hd720
+ ## Default: dash
##
- #quality: hd720
+ #quality: dash
##
## Default dash video quality.