diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index ea6d77306..db9c18cb8 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -589,6 +589,13 @@ video_studio: | |||
589 | # If enabled, users can create transcoding tasks as they wish | 589 | # If enabled, users can create transcoding tasks as they wish |
590 | enabled: false | 590 | enabled: false |
591 | 591 | ||
592 | |||
593 | # Enable remote runners to transcode studio tasks | ||
594 | # If enabled, your instance won't transcode the videos itself | ||
595 | # At least 1 remote runner must be configured to transcode your videos | ||
596 | remote_runners: | ||
597 | enabled: false | ||
598 | |||
592 | import: | 599 | import: |
593 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 600 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
594 | videos: | 601 | videos: |