aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 63459d8a0..8226715e0 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -117,6 +117,10 @@ transcoding:
117 2160p: 117 2160p:
118 __name: "PEERTUBE_TRANSCODING_2160P" 118 __name: "PEERTUBE_TRANSCODING_2160P"
119 __format: "json" 119 __format: "json"
120 webtorrent:
121 enabled:
122 __name: "PEERTUBE_TRANSCODING_WEBTORRENT_ENABLED"
123 __format: "json"
120 hls: 124 hls:
121 enabled: 125 enabled:
122 __name: "PEERTUBE_TRANSCODING_HLS_ENABLED" 126 __name: "PEERTUBE_TRANSCODING_HLS_ENABLED"