Update config.example.yml

Corrected typo and added missing variable
This commit is contained in:
choelzl 2022-06-26 01:51:03 +02:00 committed by GitHub
parent e3fa0a9094
commit b468a9dacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,6 +308,7 @@ https_only: false
##
## Default: nil
##
# auth_type: oauth
##
## OAuth Configuration
@ -318,8 +319,8 @@ https_only: false
# token_uri: /oauth/token
# info_uri: /oauth/userinfo
# client_id: CLIENT_ID
# client_secret: CLIENT_SEECRET
# redirect_uri: https://invidious.eexample.net/login/oauth
# client_secret: CLIENT_SECRET
# redirect_uri: https://invidious.example.net/login/oauth
# -----------------------------