diff options
-rw-r--r-- | config/default.yaml | 6 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/default.yaml b/config/default.yaml index 8ad1d915f..cc7045769 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -96,7 +96,7 @@ storage: | |||
96 | captions: 'storage/captions/' | 96 | captions: 'storage/captions/' |
97 | cache: 'storage/cache/' | 97 | cache: 'storage/cache/' |
98 | plugins: 'storage/plugins/' | 98 | plugins: 'storage/plugins/' |
99 | # Overridable client files in client/dist/assets/images : | 99 | # Overridable client files in client/dist/assets/images: |
100 | # - logo.svg | 100 | # - logo.svg |
101 | # - favicon.png | 101 | # - favicon.png |
102 | # - default-playlist.jpg | 102 | # - default-playlist.jpg |
@@ -105,7 +105,7 @@ storage: | |||
105 | # - and icons/*.png (PWA) | 105 | # - and icons/*.png (PWA) |
106 | # Could contain for example assets/images/favicon.png | 106 | # Could contain for example assets/images/favicon.png |
107 | # If the file exists, peertube will serve it | 107 | # If the file exists, peertube will serve it |
108 | # If not, peertube will fallback to the default fil | 108 | # If not, peertube will fallback to the default file |
109 | client_overrides: 'storage/client-overrides/' | 109 | client_overrides: 'storage/client-overrides/' |
110 | 110 | ||
111 | object_storage: | 111 | object_storage: |
@@ -258,7 +258,7 @@ peertube: | |||
258 | 258 | ||
259 | webadmin: | 259 | webadmin: |
260 | configuration: | 260 | configuration: |
261 | edit: | 261 | edit: |
262 | allowed: true | 262 | allowed: true |
263 | 263 | ||
264 | cache: | 264 | cache: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 5b87cbf5f..d63d96619 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -94,7 +94,7 @@ storage: | |||
94 | captions: '/var/www/peertube/storage/captions/' | 94 | captions: '/var/www/peertube/storage/captions/' |
95 | cache: '/var/www/peertube/storage/cache/' | 95 | cache: '/var/www/peertube/storage/cache/' |
96 | plugins: '/var/www/peertube/storage/plugins/' | 96 | plugins: '/var/www/peertube/storage/plugins/' |
97 | # Overridable client files in client/dist/assets/images : | 97 | # Overridable client files in client/dist/assets/images: |
98 | # - logo.svg | 98 | # - logo.svg |
99 | # - favicon.png | 99 | # - favicon.png |
100 | # - default-playlist.jpg | 100 | # - default-playlist.jpg |