diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 0ac05c515..e21528821 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -179,6 +179,10 @@ plugins: | |||
179 | check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions | 179 | check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions |
180 | url: 'https://packages.joinpeertube.org' | 180 | url: 'https://packages.joinpeertube.org' |
181 | 181 | ||
182 | federation: | ||
183 | videos: | ||
184 | federate_unlisted: true | ||
185 | |||
182 | 186 | ||
183 | ############################################################################### | 187 | ############################################################################### |
184 | # | 188 | # |