X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=0c2d165be89843afea29e3fb5a64c4e325f0711b;hb=5d666c0eb25a1b665caa46c4210c1dc2a6b5b333;hp=a3df1bd451ad87a3e349e639219257c1b0df7504;hpb=6ee722111792a76aa5e1c8d42a28103cafc38e39;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index a3df1bd45..0c2d165be 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -37,6 +37,7 @@ trust_proxy: database: hostname: 'localhost' port: 5432 + ssl: false suffix: '_dev' username: 'peertube' password: 'peertube' @@ -85,6 +86,11 @@ storage: captions: 'storage/captions/' cache: 'storage/cache/' plugins: 'storage/plugins/' + # Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images + # 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: 'storage/client-overrides/' log: level: 'info' # debug/info/warning/error @@ -208,7 +214,7 @@ user: # Please, do not disable transcoding since many uploaded videos will not work transcoding: enabled: true - # Allow your users to upload .mkv, .mov, .avi, .flv videos + # Allow your users to upload .mkv, .mov, .avi, .wmv, .flv, .f4v, .3g2, .3gp, .mts, m2ts, .mxf, .nut videos allow_additional_extensions: true # If a user uploads an audio file, PeerTube will create a video by merging the preview file and the audio file allow_audio_files: true