X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2Fconfig%2Fproduction.yaml;h=3bff8a0b00d7c5b6f8296fce32562a1aaf4f3d64;hb=cf0c8ee588e37809d85ec1deec1e4fdfa0f122a5;hp=688f88eddd5d4676cbf098946578b28c543fe61b;hpb=5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 688f88edd..3bff8a0b0 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml @@ -43,7 +43,7 @@ redis: # From the project root directory storage: - tmp: '../data/tmp/' + tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... avatars: '../data/avatars/' videos: '../data/videos/' streaming_playlists: '../data/streaming-playlists' @@ -55,14 +55,20 @@ storage: captions: '../data/captions/' cache: '../data/cache/' plugins: '../data/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 fil client_overrides: '../data/client-overrides/' log: - level: 'info' # debug/info/warn/error + level: 'info' # 'debug' | 'info' | 'warn' | 'error' tracker: enabled: true