diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 | ||||
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index ec246bca0..48109664a 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -6167,6 +6167,8 @@ components: | |||
6167 | properties: | 6167 | properties: |
6168 | 0p: | 6168 | 0p: |
6169 | type: boolean | 6169 | type: boolean |
6170 | 144p: | ||
6171 | type: boolean | ||
6170 | 240p: | 6172 | 240p: |
6171 | type: boolean | 6173 | type: boolean |
6172 | 360p: | 6174 | 360p: |
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index c7cd28e65..d5304b0dd 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -130,6 +130,9 @@ transcoding: | |||
130 | __name: "PEERTUBE_TRANSCODING_THREADS" | 130 | __name: "PEERTUBE_TRANSCODING_THREADS" |
131 | __format: "json" | 131 | __format: "json" |
132 | resolutions: | 132 | resolutions: |
133 | 144p: | ||
134 | __name: "PEERTUBE_TRANSCODING_144P" | ||
135 | __format: "json" | ||
133 | 240p: | 136 | 240p: |
134 | __name: "PEERTUBE_TRANSCODING_240P" | 137 | __name: "PEERTUBE_TRANSCODING_240P" |
135 | __format: "json" | 138 | __format: "json" |