aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-06 16:43:15 +0100
committerChocobozzz <me@florianbigard.com>2020-01-06 17:10:02 +0100
commit04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed (patch)
treef552ccf360f610f0c8dafe204f8a35022b1a00b4 /config
parentc10b638c4b52e9766ef68b58849ee0728647988f (diff)
downloadPeerTube-04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed.tar.gz
PeerTube-04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed.tar.zst
PeerTube-04cda1d7a5f27429acde3ecd9c3c6e18a2b44aed.zip
Add warning if admin disables webtorrent
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 7fe817aa0..8e866c126 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -216,6 +216,7 @@ transcoding:
216 216
217 # Generate videos in a WebTorrent format (what we do since the first PeerTube release) 217 # Generate videos in a WebTorrent format (what we do since the first PeerTube release)
218 # If you also enabled the hls format, it will multiply videos storage by 2 218 # If you also enabled the hls format, it will multiply videos storage by 2
219 # If disabled, breaks federation with PeerTube instances < 2.1
219 webtorrent: 220 webtorrent:
220 enabled: true 221 enabled: true
221 222
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