diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-23 09:25:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-23 09:25:40 +0200 |
commit | a5a1690d082701ab4bb28d5f9b4c894a16ca15b2 (patch) | |
tree | 12e154e7b5a1470127e03150cd4c49d34814a4e0 /config | |
parent | 09f33366a765b860555236af877e5f37b6886d02 (diff) | |
download | PeerTube-a5a1690d082701ab4bb28d5f9b4c894a16ca15b2.tar.gz PeerTube-a5a1690d082701ab4bb28d5f9b4c894a16ca15b2.tar.zst PeerTube-a5a1690d082701ab4bb28d5f9b4c894a16ca15b2.zip |
Improve video studio comment
Diffstat (limited to 'config')
-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: |