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