chore: adjust env-var-deltas/4.0.0-5.0.0-added

This commit is contained in:
Phil Davis
2024-03-07 12:03:36 +05:45
parent 2e7f0252f2
commit 43a5c258ce
2 changed files with 3 additions and 3 deletions

View File

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

View File

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