X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2Fconfig%2Fcustom-environment-variables.yaml;h=7c430a9955c394fab88947624148c155b14a1864;hb=10ef089102f2225c5ec3ed426bc612e4f2bc8655;hp=0ed060bbf68b92e209d4c5609aa82c9fbd6e9a4b;hpb=78c5e31049900550ef1cb5a1c7d5b90c3aee3eee;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index 0ed060bbf..7c430a995 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -45,7 +45,38 @@ smtp: __format: "json" from_address: "PEERTUBE_SMTP_FROM" +object_storage: + enabled: + __name: "PEERTUBE_OBJECT_STORAGE_ENABLED" + __format: "json" + + endpoint: "PEERTUBE_OBJECT_STORAGE_ENDPOINT" + + region: "PEERTUBE_OBJECT_STORAGE_REGION" + + max_upload_part: + __name: "PEERTUBE_OBJECT_STORAGE_MAX_UPLOAD_PART" + __format: "json" + + streaming_playlists: + bucket_name: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BUCKET_NAME" + prefix: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX" + base_url: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BASE_URL" + + videos: + bucket_name: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BUCKET_NAME" + prefix: "PEERTUBE_OBJECT_STORAGE_VIDEOS_PREFIX" + base_url: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BASE_URL" + +webadmin: + configuration: + edit: + allowed: + __name: "PEERTUBE_ALLOW_WEBADMIN_CONFIG" + __format: "json" + log: + level: "PEERTUBE_LOG_LEVEL" log_ping_requests: __name: "PEERTUBE_LOG_PING_REQUESTS" __format: "json"