aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-13 08:54:32 +0200
committerChocobozzz <me@florianbigard.com>2021-10-13 09:18:48 +0200
commit94fecbc1c74b24c5f47daf5325767ac69f8795d0 (patch)
tree10260aedb9fe4f5364968fdf6e9938644af899b2
parenta232d3e50b55b9c387c968e16d7a1ca2dfa6fdf9 (diff)
downloadPeerTube-94fecbc1c74b24c5f47daf5325767ac69f8795d0.tar.gz
PeerTube-94fecbc1c74b24c5f47daf5325767ac69f8795d0.tar.zst
PeerTube-94fecbc1c74b24c5f47daf5325767ac69f8795d0.zip
Config typo
-rw-r--r--config/default.yaml6
-rw-r--r--config/production.yaml.example2
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
111object_storage: 111object_storage:
@@ -258,7 +258,7 @@ peertube:
258 258
259webadmin: 259webadmin:
260 configuration: 260 configuration:
261 edit: 261 edit:
262 allowed: true 262 allowed: true
263 263
264cache: 264cache:
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