diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index b5ea7fec5..f6dc6ccdb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -556,6 +556,17 @@ import: | |||
556 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | 556 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information |
557 | enabled: false | 557 | enabled: false |
558 | 558 | ||
559 | # Add ability for your users to synchronize their channels with external channels, playlists, etc. | ||
560 | video_channel_synchronization: | ||
561 | enabled: false | ||
562 | |||
563 | max_per_user: 10 | ||
564 | |||
565 | check_interval: 1 hour | ||
566 | |||
567 | # Number of latest published videos to check and to potentially import when syncing a channel | ||
568 | videos_limit_per_synchronization: 10 | ||
569 | |||
559 | auto_blacklist: | 570 | auto_blacklist: |
560 | # New videos automatically blacklisted so moderators can review before publishing | 571 | # New videos automatically blacklisted so moderators can review before publishing |
561 | videos: | 572 | videos: |