diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 6 | ||||
-rw-r--r-- | config/production.yaml.example | 6 | ||||
-rw-r--r-- | config/test.yaml | 1 |
3 files changed, 13 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... |
diff --git a/config/production.yaml.example b/config/production.yaml.example index d67349c1d..e38b79587 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -80,6 +80,12 @@ client: | |||
80 | # By default PeerTube client displays author username | 80 | # By default PeerTube client displays author username |
81 | prefer_author_display_name: false | 81 | prefer_author_display_name: false |
82 | 82 | ||
83 | menu: | ||
84 | login: | ||
85 | # If you enable only one external auth plugin | ||
86 | # You can automatically redirect your users on this external platform when they click on the login button | ||
87 | redirect_on_single_external_auth: false | ||
88 | |||
83 | # From the project root directory | 89 | # From the project root directory |
84 | storage: | 90 | storage: |
85 | tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... | 91 | tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |
diff --git a/config/test.yaml b/config/test.yaml index 2e7f982d3..461e1b4ba 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -155,6 +155,7 @@ search: | |||
155 | federation: | 155 | federation: |
156 | videos: | 156 | videos: |
157 | federate_unlisted: true | 157 | federate_unlisted: true |
158 | cleanup_remote_interactions: false | ||
158 | 159 | ||
159 | views: | 160 | views: |
160 | videos: | 161 | videos: |