diff options
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 282a631f9..514ab99a4 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -90,7 +90,7 @@ storage: | |||
90 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images | 90 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images |
91 | # Could contain for example assets/images/favicon.png | 91 | # Could contain for example assets/images/favicon.png |
92 | # If the file exists, peertube will serve it | 92 | # If the file exists, peertube will serve it |
93 | # If not, peertube will fallback to the default fil | 93 | # If not, peertube will fallback to the default file |
94 | client_overrides: '/var/www/peertube/storage/client-overrides/' | 94 | client_overrides: '/var/www/peertube/storage/client-overrides/' |
95 | 95 | ||
96 | log: | 96 | log: |