aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-10 14:22:13 +0100
committerChocobozzz <me@florianbigard.com>2020-11-10 14:22:13 +0100
commit87568f93e959b5e2b60f91f96b69f5f6b7d3f869 (patch)
treee236125208fffad9b85d39acfd816c9e552f72cb /config
parent25b7c847249c2b7f7b309b14eecb03dd024db649 (diff)
downloadPeerTube-87568f93e959b5e2b60f91f96b69f5f6b7d3f869.tar.gz
PeerTube-87568f93e959b5e2b60f91f96b69f5f6b7d3f869.tar.zst
PeerTube-87568f93e959b5e2b60f91f96b69f5f6b7d3f869.zip
BREAKING: do not federate unlisted videos by default
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml2
-rw-r--r--config/production.yaml.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 120f03d5d..b16fafa40 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -178,7 +178,7 @@ plugins:
178 178
179federation: 179federation:
180 videos: 180 videos:
181 federate_unlisted: true 181 federate_unlisted: false
182 182
183cache: 183cache:
184 previews: 184 previews:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index f28d03e00..6c331b8b3 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -179,7 +179,7 @@ plugins:
179 179
180federation: 180federation:
181 videos: 181 videos:
182 federate_unlisted: true 182 federate_unlisted: false
183 183
184 184
185############################################################################### 185###############################################################################