aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml6
-rw-r--r--config/production.yaml.example7
2 files changed, 13 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index f3f29ecb9..14bb8d060 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -579,6 +579,12 @@ video_studio:
579 # If enabled, users can create transcoding tasks as they wish 579 # If enabled, users can create transcoding tasks as they wish
580 enabled: false 580 enabled: false
581 581
582 # Enable remote runners to transcode studio tasks
583 # If enabled, your instance won't transcode the videos itself
584 # At least 1 remote runner must be configured to transcode your videos
585 remote_runners:
586 enabled: false
587
582import: 588import:
583 # Add ability for your users to import remote videos (from YouTube, torrent...) 589 # Add ability for your users to import remote videos (from YouTube, torrent...)
584 videos: 590 videos:
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
592import: 599import:
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: