diff options
Diffstat (limited to 'support/docker/production')
-rw-r--r-- | support/docker/production/config/production.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 4eeca4110..a32cf1a89 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -54,6 +54,11 @@ storage: | |||
54 | captions: '../data/captions/' | 54 | captions: '../data/captions/' |
55 | cache: '../data/cache/' | 55 | cache: '../data/cache/' |
56 | plugins: '../data/plugins/' | 56 | plugins: '../data/plugins/' |
57 | # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images | ||
58 | # Could contain for example assets/images/favicon.png | ||
59 | # If the file exists, peertube will serve it | ||
60 | # If not, peertube will fallback to the default fil | ||
61 | client_overrides: '../data/client-overrides/' | ||
57 | 62 | ||
58 | log: | 63 | log: |
59 | level: 'info' # debug/info/warning/error | 64 | level: 'info' # debug/info/warning/error |