From 817ef633d2f6a722bc1b1eb4876ad7b08decf3e1 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 7 Nov 2024 16:45:22 +0100 Subject: [PATCH] [docs-only] Update added envvar table due to recent changes --- .../env-var-deltas/5.0.0-7.0.0-added.adoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc index 6e1c085c4a..1d33453bb4 100644 --- a/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc +++ b/docs/services/general-info/env-var-deltas/5.0.0-7.0.0-added.adoc @@ -18,6 +18,16 @@ | Disables versioning of files. When set to true, new uploads with the same filename will overwrite existing files instead of creating a new version. | false +| +| OCIS_MACHINE_AUTH_API_KEY +| The machine auth API key used to validate internal requests necessary to access resources from other services. +| + +| +| OCIS_MAX_CONCURRENCY +| Maximum number of concurrent go-routines. Higher values can potentially get work done faster but will also cause more load on the system. Values of 0 or below will be ignored and the default value will be used. +| 5 + | | OCIS_SHOW_USER_EMAIL_IN_RESULTS | Include user email addresses in responses. If absent or set to false emails will be omitted from results. Please note that admin users can always see all email addresses. @@ -333,6 +343,11 @@ | Service name or address of the app provider to use for secure view. Should match the service name or address of the registered CS3 app provider. | com.owncloud.api.collaboration +| +| FRONTEND_MAX_CONCURRENCY +| Maximum number of concurrent go-routines. Higher values can potentially get work done faster but will also cause more load on the system. Values of 0 or below will be ignored and the default value will be used. +| 25 + | xref:{s-path}/gateway.adoc[Gateway] | GATEWAY_APP_REGISTRY_ENDPOINT | The endpoint of the app-registry service. Can take a service name or a gRPC URI with the dns, kubernetes or unix protocol. @@ -598,6 +613,11 @@ | The maximum width of an input image which is being processed. | 7680 +| xref:{s-path}/userlog.adoc[Userlog] +| USERLOG_MAX_CONCURRENCY +| Maximum number of concurrent go-routines. Higher values can potentially get work done faster but will also cause more load on the system. Values of 0 or below will be ignored and the default value will be used. +| 5 + | xref:{s-path}/web.adoc[Web] | WEB_ASSET_APPS_PATH | Serve ownCloud Web apps assets from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH/web/assets/apps