]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Add ability to redirect users on external auth
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index d67349c1dcb2e4fb9a152e922dd4c55a45db5cce..e38b79587c3813b577ec271bc5d326ab111cd922 100644 (file)
@@ -80,6 +80,12 @@ client:
       # By default PeerTube client displays author username
       prefer_author_display_name: false
 
+  menu:
+    login:
+      # If you enable only one external auth plugin
+      # You can automatically redirect your users on this external platform when they click on the login button
+      redirect_on_single_external_auth: false
+
 # From the project root directory
 storage:
   tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...