[docs-only] Small ocm text fix

This commit is contained in:
Martin Mattel
2024-09-02 13:18:38 +02:00
parent 057f5aae6b
commit cb033222f4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,11 +15,11 @@ Internal GRPC APIs:
## Enable OCM ## Enable OCM
To enable OpenCloudMesh you have to set three environment variables. The path `/etc/ocis` in the example below depends on the installation type and derives, if not otherwise defined from the `OCIS_CONFIG_DIR` envvar. To enable OpenCloudMesh, you have to set the following environment variables. The path `/etc/ocis/` in the example below depends on the installation type and derives, if not otherwise defined, from the `OCIS_CONFIG_DIR` envvar.
```console ```console
export OCIS_ENABLE_OCM=true export OCIS_ENABLE_OCM=true
export OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE="/etc/ocis/ocmproviders.json" export OCM_OCM_PROVIDER_AUTHORIZER_PROVIDERS_FILE="/etc/ocis/ocmproviders.json"
export OCIS_ADD_RUN_SERVICES="ocm"
``` ```
{{< hint info >}} {{< hint info >}}
+1 -1
View File
@@ -103,7 +103,7 @@ type OCMInviteManagerDrivers struct {
} }
type OCMInviteManagerJSONDriver struct { type OCMInviteManagerJSONDriver struct {
File string `yaml:"file" env:"OCM_OCM_INVITE_MANAGER_JSON_FILE" desc:"Path to the JSON file where OCM invite data will be stored. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage." introductionVersion:"5.0"` File string `yaml:"file" env:"OCM_OCM_INVITE_MANAGER_JSON_FILE" desc:"Path to the JSON file where OCM invite data will be stored. This file is maintained by the instance and must not be changed manually. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage." introductionVersion:"5.0"`
} }
type OCMProviderAuthorizerDrivers struct { type OCMProviderAuthorizerDrivers struct {