diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index b9c725cea..074951117 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -82,6 +82,12 @@ client: | |||
82 | # By default PeerTube client displays author username | 82 | # By default PeerTube client displays author username |
83 | prefer_author_display_name: false | 83 | prefer_author_display_name: false |
84 | 84 | ||
85 | menu: | ||
86 | login: | ||
87 | # If you enable only one external auth plugin | ||
88 | # You can automatically redirect your users on this external platform when they click on the login button | ||
89 | redirect_on_single_external_auth: false | ||
90 | |||
85 | # From the project root directory | 91 | # From the project root directory |
86 | storage: | 92 | storage: |
87 | tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... | 93 | tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |