diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-12 19:02:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-16 11:50:08 +0200 |
commit | 40e87e9ecc54e3513fb586928330a7855eb192c6 (patch) | |
tree | af1111ecba85f9cd8286811ff332a67cf21be2f6 /config/default.yaml | |
parent | d4557fd3ecc8d4ed4fb0e5c868929bc36c959ed2 (diff) | |
download | PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.gz PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.tar.zst PeerTube-40e87e9ecc54e3513fb586928330a7855eb192c6.zip |
Implement captions/subtitles
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 9a9b5833f..d59425365 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -49,6 +49,7 @@ storage: | |||
49 | previews: 'storage/previews/' | 49 | previews: 'storage/previews/' |
50 | thumbnails: 'storage/thumbnails/' | 50 | thumbnails: 'storage/thumbnails/' |
51 | torrents: 'storage/torrents/' | 51 | torrents: 'storage/torrents/' |
52 | captions: 'storage/captions/' | ||
52 | cache: 'storage/cache/' | 53 | cache: 'storage/cache/' |
53 | 54 | ||
54 | log: | 55 | log: |
@@ -57,6 +58,8 @@ log: | |||
57 | cache: | 58 | cache: |
58 | previews: | 59 | previews: |
59 | size: 1 # Max number of previews you want to cache | 60 | size: 1 # Max number of previews you want to cache |
61 | captions: | ||
62 | size: 1 # Max number of video captions/subtitles you want to cache | ||
60 | 63 | ||
61 | admin: | 64 | admin: |
62 | email: 'admin@example.com' # Your personal email as administrator | 65 | email: 'admin@example.com' # Your personal email as administrator |