]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
add option to always show channel display name (#4422)
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 082c75e53519f106e23aadb9afcd83b0ac0be2a5..a55c99eaa9d2f69084a51bedd05f5446e833ad66 100644 (file)
@@ -73,6 +73,11 @@ email:
   subject:
     prefix: "[PeerTube]"
 
+client:
+  videos:
+    miniature:
+      show_author_display_name: false
+
 # From the project root directory
 storage:
   tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
@@ -87,7 +92,13 @@ storage:
   captions: '/var/www/peertube/storage/captions/'
   cache: '/var/www/peertube/storage/cache/'
   plugins: '/var/www/peertube/storage/plugins/'
-  # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
+  # Overridable client files in client/dist/assets/images :
+  # - logo.svg
+  # - favicon.png
+  # - default-playlist.jpg
+  # - default-avatar-account.png
+  # - default-avatar-video-channel.png
+  # - 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 file