diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3865ab5cf..eb96b6bbb 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -243,6 +243,11 @@ peertube: | |||
243 | # You can use a custom URL if your want, that respect the format behind https://joinpeertube.org/api/v1/versions.json | 243 | # You can use a custom URL if your want, that respect the format behind https://joinpeertube.org/api/v1/versions.json |
244 | url: 'https://joinpeertube.org/api/v1/versions.json' | 244 | url: 'https://joinpeertube.org/api/v1/versions.json' |
245 | 245 | ||
246 | webadmin: | ||
247 | configuration: | ||
248 | edit: | ||
249 | allowed: true | ||
250 | |||
246 | cache: | 251 | cache: |
247 | previews: | 252 | previews: |
248 | size: 500 # Max number of previews you want to cache | 253 | size: 500 # Max number of previews you want to cache |