diff options
Diffstat (limited to 'support/docker/production')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index c4c627551..954c3714b 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -106,6 +106,9 @@ transcoding: | |||
106 | 1080p: | 106 | 1080p: |
107 | __name: "PEERTUBE_TRANSCODING_1080P" | 107 | __name: "PEERTUBE_TRANSCODING_1080P" |
108 | __format: "json" | 108 | __format: "json" |
109 | 1440p: | ||
110 | __name: "PEERTUBE_TRANSCODING_1440P" | ||
111 | __format: "json" | ||
109 | 2160p: | 112 | 2160p: |
110 | __name: "PEERTUBE_TRANSCODING_2160P" | 113 | __name: "PEERTUBE_TRANSCODING_2160P" |
111 | __format: "json" | 114 | __format: "json" |