diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-11 09:52:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-11 09:52:14 +0200 |
commit | c57ad141a9ffb67f8e7d087b92eaacd2b653b562 (patch) | |
tree | bddd5d4457cb9c922275cc1d8bb71cd88b1d0293 /config/default.yaml | |
parent | 784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428 (diff) | |
download | PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.tar.gz PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.tar.zst PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.zip |
Rename webtorrent config to web_videos
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index 6f78fb7e9..a9e74095e 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -483,7 +483,7 @@ transcoding: | |||
483 | # Generate videos in a web compatible format | 483 | # Generate videos in a web compatible format |
484 | # If you also enabled the hls format, it will multiply videos storage by 2 | 484 | # If you also enabled the hls format, it will multiply videos storage by 2 |
485 | # If disabled, breaks federation with PeerTube instances < 2.1 | 485 | # If disabled, breaks federation with PeerTube instances < 2.1 |
486 | webtorrent: | 486 | web_videos: |
487 | enabled: false | 487 | enabled: false |
488 | 488 | ||
489 | # /!\ Requires ffmpeg >= 4.1 | 489 | # /!\ Requires ffmpeg >= 4.1 |