diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index eb96b6bbb..707187b7c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -89,7 +89,13 @@ storage: | |||
89 | captions: 'storage/captions/' | 89 | captions: 'storage/captions/' |
90 | cache: 'storage/cache/' | 90 | cache: 'storage/cache/' |
91 | plugins: 'storage/plugins/' | 91 | plugins: 'storage/plugins/' |
92 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images | 92 | # Overridable client files in client/dist/assets/images : |
93 | # - logo.svg | ||
94 | # - favicon.png | ||
95 | # - default-playlist.jpg | ||
96 | # - default-avatar-account.png | ||
97 | # - default-avatar-video-channel.png | ||
98 | # - and icons/*.png (PWA) | ||
93 | # Could contain for example assets/images/favicon.png | 99 | # Could contain for example assets/images/favicon.png |
94 | # If the file exists, peertube will serve it | 100 | # If the file exists, peertube will serve it |
95 | # If not, peertube will fallback to the default fil | 101 | # If not, peertube will fallback to the default fil |