mirror of https://github.com/Chocobozzz/PeerTube
Config typo
parent
a232d3e50b
commit
94fecbc1c7
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue