diff options
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 | ############################################################################### |