aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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###############################################################################