diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 14:22:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 14:22:13 +0100 |
commit | 87568f93e959b5e2b60f91f96b69f5f6b7d3f869 (patch) | |
tree | e236125208fffad9b85d39acfd816c9e552f72cb /config | |
parent | 25b7c847249c2b7f7b309b14eecb03dd024db649 (diff) | |
download | PeerTube-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.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
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 | ||
179 | federation: | 179 | federation: |
180 | videos: | 180 | videos: |
181 | federate_unlisted: true | 181 | federate_unlisted: false |
182 | 182 | ||
183 | cache: | 183 | cache: |
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 | ||
180 | federation: | 180 | federation: |
181 | videos: | 181 | videos: |
182 | federate_unlisted: true | 182 | federate_unlisted: false |
183 | 183 | ||
184 | 184 | ||
185 | ############################################################################### | 185 | ############################################################################### |