aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker/production/config')
-rw-r--r--support/docker/production/config/custom-environment-variables.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index d5b878830..c4c627551 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -103,12 +103,16 @@ transcoding:
103 720p: 103 720p:
104 __name: "PEERTUBE_TRANSCODING_720P" 104 __name: "PEERTUBE_TRANSCODING_720P"
105 __format: "json" 105 __format: "json"
106 1080: 106 1080p:
107 __name: "PEERTUBE_TRANSCODING_1080P" 107 __name: "PEERTUBE_TRANSCODING_1080P"
108 __format: "json" 108 __format: "json"
109 2160: 109 2160p:
110 __name: "PEERTUBE_TRANSCODING_2160P" 110 __name: "PEERTUBE_TRANSCODING_2160P"
111 __format: "json" 111 __format: "json"
112 hls:
113 enabled:
114 __name: "PEERTUBE_TRANSCODING_HLS_ENABLED"
115 __format: "json"
112 116
113instance: 117instance:
114 name: "PEERTUBE_INSTANCE_NAME" 118 name: "PEERTUBE_INSTANCE_NAME"