aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-19 16:02:49 +0200
committerChocobozzz <me@florianbigard.com>2023-07-21 17:38:13 +0200
commit12dc3a942a13c7f1489822dae052da197ef15905 (patch)
tree7b87b6be692af0b62ebac17e720c80244fd8a7ec /config
parentc6867725fb8e3dfbc2018a37ed5a963103587cb6 (diff)
downloadPeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.gz
PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.tar.zst
PeerTube-12dc3a942a13c7f1489822dae052da197ef15905.zip
Implement replace file in server side
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml5
-rw-r--r--config/production.yaml.example5
2 files changed, 10 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
598video_file:
599 update:
600 # Add ability for users to replace the video file of an existing video
601 enabled: false
602
598import: 603import:
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:
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
608video_file:
609 update:
610 # Add ability for users to replace the video file of an existing video
611 enabled: false
612
608import: 613import:
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: