From 43a5c258cedd24d202cefd250620fa528cd3713f Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 7 Mar 2024 12:03:36 +0545 Subject: [PATCH] chore: adjust env-var-deltas/4.0.0-5.0.0-added --- .../general-info/env-var-deltas/4.0.0-5.0.0-added.adoc | 4 ++-- .../services/general-info/env-var-deltas/4.0.0-5.0.0-added.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.adoc b/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.adoc index 6079015dc..073a0cc24 100644 --- a/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.adoc +++ b/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.adoc @@ -244,7 +244,7 @@ | Set this to true if you want to enforce passwords on Uploader, Editor or Contributor shares.| | | `FRONTEND_OCS_INCLUDE_OCM_SHAREES` -| nclude OCM sharees when listing sharees.| +| Include OCM sharees when listing sharees.| | | `OCIS_EVENTS_ENDPOINT` + `FRONTEND_EVENTS_ENDPOINT` @@ -497,7 +497,7 @@ | Disable TLS certificate validation for the OCM connections. Do not set this in production environments.| | | `OCM_WEBAPP_TEMPLATE` -| 'Template for the webapp url.| +| Template for the webapp url.| | | `OCM_OCM_SHAREPROVIDER_JSON_FILE` | Path to the JSON file where OCM share data will be stored. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage.| diff --git a/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.md b/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.md index e7a68514f..a699e7667 100644 --- a/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.md +++ b/docs/services/general-info/env-var-deltas/4.0.0-5.0.0-added.md @@ -132,7 +132,7 @@ | | `OCM_OCM_CORE_JSON_FILE` | Path to the JSON file where OCM share data will be stored. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage. | | | | `OCM_OCM_SHARE_PROVIDER_DRIVER` | Driver to be used to persist ocm shares. Supported value is only 'json'. | `json` | | | `OCM_OCM_SHARE_PROVIDER_INSECURE` | Disable TLS certificate validation for the OCM connections. Do not set this in production environments. | | -| | `OCM_WEBAPP_TEMPLATE` | 'Template for the webapp url. | | +| | `OCM_WEBAPP_TEMPLATE` | Template for the webapp url. | | | | `OCM_OCM_SHAREPROVIDER_JSON_FILE` | Path to the JSON file where OCM share data will be stored. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage. | | | services/ocm/pkg/config/debug.go | `OCM_DEBUG_ADDR` | Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed. | | | | `OCM_DEBUG_TOKEN` | Token to secure the metrics endpoint. | |