From b468a9dacc94ecf9b94632873c0e63a42bc91fd6 Mon Sep 17 00:00:00 2001 From: choelzl Date: Sun, 26 Jun 2022 01:51:03 +0200 Subject: [PATCH] Update config.example.yml Corrected typo and added missing variable --- config/config.example.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index 0884079b..b564a91d 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -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 # -----------------------------