aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
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/production.yaml.example
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/production.yaml.example')
-rw-r--r--config/production.yaml.example2
1 files changed, 1 insertions, 1 deletions
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###############################################################################