diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index ca625c648..e9cb6026a 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -85,6 +85,10 @@ object_storage: __name: "PEERTUBE_OBJECT_STORAGE_MAX_UPLOAD_PART" __format: "json" + max_request_attempts: + __name: "PEERTUBE_OBJECT_STORAGE_MAX_REQUEST_ATTEMPTS" + __format: "json" + streaming_playlists: bucket_name: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BUCKET_NAME" prefix: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX"