X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=d59425365d182741752f2fc642f0d2e064ac7737;hb=a8981e0b24ad41d9124344a780d878b08cef173b;hp=88a2f2aab38493ff83d98bffcef420a22ce4553a;hpb=09f35e2a6fa71d593c9b22f90109e91fc6be89a1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index 88a2f2aab..d59425365 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -23,6 +23,8 @@ database: username: 'peertube' password: 'peertube' +# You can also specify a 'socket' path to a unix socket but first need to +# comment out hostname and port redis: hostname: 'localhost' port: 6379 @@ -47,6 +49,7 @@ storage: previews: 'storage/previews/' thumbnails: 'storage/thumbnails/' torrents: 'storage/torrents/' + captions: 'storage/captions/' cache: 'storage/cache/' log: @@ -55,6 +58,8 @@ log: cache: previews: size: 1 # Max number of previews you want to cache + captions: + size: 1 # Max number of video captions/subtitles you want to cache admin: email: 'admin@example.com' # Your personal email as administrator