diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 11 | ||||
-rw-r--r-- | config/dev.yaml | 5 | ||||
-rw-r--r-- | config/production.yaml.example | 11 |
3 files changed, 27 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: |
diff --git a/config/dev.yaml b/config/dev.yaml index 15e239b29..ca93874d2 100644 --- a/config/dev.yaml +++ b/config/dev.yaml | |||
@@ -81,6 +81,11 @@ import: | |||
81 | enabled: true | 81 | enabled: true |
82 | torrent: | 82 | torrent: |
83 | enabled: true | 83 | enabled: true |
84 | video_channel_synchronization: | ||
85 | enabled: true | ||
86 | max_per_user: 10 | ||
87 | check_interval: 5 minutes | ||
88 | videos_limit_per_synchronization: 3 | ||
84 | 89 | ||
85 | instance: | 90 | instance: |
86 | default_nsfw_policy: 'display' | 91 | default_nsfw_policy: 'display' |
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: |