1
0
Fork 0

Config typo

This commit is contained in:
Chocobozzz 2021-10-13 08:54:32 +02:00
parent a232d3e50b
commit 94fecbc1c7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ storage:
captions: 'storage/captions/'
cache: 'storage/cache/'
plugins: 'storage/plugins/'
# Overridable client files in client/dist/assets/images :
# Overridable client files in client/dist/assets/images:
# - logo.svg
# - favicon.png
# - default-playlist.jpg
@ -105,7 +105,7 @@ storage:
# - and icons/*.png (PWA)
# Could contain for example assets/images/favicon.png
# If the file exists, peertube will serve it
# If not, peertube will fallback to the default fil
# If not, peertube will fallback to the default file
client_overrides: 'storage/client-overrides/'
object_storage:
@ -258,7 +258,7 @@ peertube:
webadmin:
configuration:
edit:
edit:
allowed: true
cache:

View File

@ -94,7 +94,7 @@ storage:
captions: '/var/www/peertube/storage/captions/'
cache: '/var/www/peertube/storage/cache/'
plugins: '/var/www/peertube/storage/plugins/'
# Overridable client files in client/dist/assets/images :
# Overridable client files in client/dist/assets/images:
# - logo.svg
# - favicon.png
# - default-playlist.jpg