Add option for configuring object_storage.max_request_attempts in Docker

pull/6562/head
Jonathan Weth 2024-08-11 13:59:21 +02:00 committed by Chocobozzz
parent 25684e837c
commit fbabfde819
1 changed files with 4 additions and 0 deletions

View File

@ -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"