aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index a494bdb03..f57861eca 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -86,6 +86,11 @@ storage:
86 captions: '/var/www/peertube/storage/captions/' 86 captions: '/var/www/peertube/storage/captions/'
87 cache: '/var/www/peertube/storage/cache/' 87 cache: '/var/www/peertube/storage/cache/'
88 plugins: '/var/www/peertube/storage/plugins/' 88 plugins: '/var/www/peertube/storage/plugins/'
89 # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
90 # Could contain for example assets/images/favicon.png
91 # If the file exists, peertube will serve it
92 # If not, peertube will fallback to the default fil
93 client_overrides: '/var/www/peertube/storage/client-overrides/'
89 94
90log: 95log:
91 level: 'info' # debug/info/warning/error 96 level: 'info' # debug/info/warning/error