diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-06 16:43:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-06 17:10:02 +0100 |
commit | 04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed (patch) | |
tree | f552ccf360f610f0c8dafe204f8a35022b1a00b4 /config/production.yaml.example | |
parent | c10b638c4b52e9766ef68b58849ee0728647988f (diff) | |
download | PeerTube-04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed.tar.gz PeerTube-04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed.tar.zst PeerTube-04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed.zip |
Add warning if admin disables webtorrent
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 629d0c4b6..68d29d26f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -230,6 +230,7 @@ transcoding: | |||
230 | 230 | ||
231 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) | 231 | # Generate videos in a WebTorrent format (what we do since the first PeerTube release) |
232 | # If you also enabled the hls format, it will multiply videos storage by 2 | 232 | # If you also enabled the hls format, it will multiply videos storage by 2 |
233 | # If disabled, breaks federation with PeerTube instances < 2.1 | ||
233 | webtorrent: | 234 | webtorrent: |
234 | enabled: true | 235 | enabled: true |
235 | 236 | ||