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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 884300ddb..a829b46f9 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -605,6 +605,11 @@ video_studio: | |||
605 | remote_runners: | 605 | remote_runners: |
606 | enabled: false | 606 | enabled: false |
607 | 607 | ||
608 | video_file: | ||
609 | update: | ||
610 | # Add ability for users to replace the video file of an existing video | ||
611 | enabled: false | ||
612 | |||
608 | import: | 613 | import: |
609 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 614 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
610 | videos: | 615 | videos: |