diff options
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index a27ffba02..689f81343 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -461,6 +461,7 @@ live: | |||
461 | 461 | ||
462 | video_studio: | 462 | video_studio: |
463 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | 463 | # Enable video edition by users (cut, add intro/outro, add watermark etc) |
464 | # If enabled, users can create transcoding tasks as they wish | ||
464 | enabled: false | 465 | enabled: false |
465 | 466 | ||
466 | import: | 467 | import: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 754b1b8a8..6db43fccf 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -469,6 +469,7 @@ live: | |||
469 | 469 | ||
470 | video_studio: | 470 | video_studio: |
471 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | 471 | # Enable video edition by users (cut, add intro/outro, add watermark etc) |
472 | # If enabled, users can create transcoding tasks as they wish | ||
472 | enabled: false | 473 | enabled: false |
473 | 474 | ||
474 | import: | 475 | import: |