diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3a577d31d..9bf1ca284 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -546,6 +546,17 @@ import: | |||
546 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | 546 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information |
547 | enabled: false | 547 | enabled: false |
548 | 548 | ||
549 | # Add ability for your users to synchronize their channels with external channels, playlists, etc | ||
550 | video_channel_synchronization: | ||
551 | enabled: false | ||
552 | |||
553 | max_per_user: 10 | ||
554 | |||
555 | check_interval: 1 hour | ||
556 | |||
557 | # Number of latest published videos to check and to potentially import when syncing a channel | ||
558 | videos_limit_per_synchronization: 10 | ||
559 | |||
549 | auto_blacklist: | 560 | auto_blacklist: |
550 | # New videos automatically blacklisted so moderators can review before publishing | 561 | # New videos automatically blacklisted so moderators can review before publishing |
551 | videos: | 562 | videos: |