diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-19 16:02:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-21 17:38:13 +0200 |
commit | 12dc3a942a13c7f1489822dae052da197ef15905 (patch) | |
tree | 7b87b6be692af0b62ebac17e720c80244fd8a7ec /config/default.yaml | |
parent | c6867725fb8e3dfbc2018a37ed5a963103587cb6 (diff) | |
download | PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.gz PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.zst PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.zip |
Implement replace file in server side
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index e590ab300..10d3f79e7 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -595,6 +595,11 @@ video_studio: | |||
595 | remote_runners: | 595 | remote_runners: |
596 | enabled: false | 596 | enabled: false |
597 | 597 | ||
598 | video_file: | ||
599 | update: | ||
600 | # Add ability for users to replace the video file of an existing video | ||
601 | enabled: false | ||
602 | |||
598 | import: | 603 | import: |
599 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 604 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
600 | videos: | 605 | videos: |