From 238e9cf0b1f5c3e333f7fb58f8ae76491be75bd9 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 2 Sep 2024 11:13:19 +0200 Subject: [PATCH] Update services/collaboration/README.md Co-authored-by: Phil Davis --- services/collaboration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/collaboration/README.md b/services/collaboration/README.md index 758dd4568a..cb19990834 100644 --- a/services/collaboration/README.md +++ b/services/collaboration/README.md @@ -4,7 +4,7 @@ The collaboration service connects ocis with document servers such as Collabora, Since this service requires an external document server, it won't start by default when using `ocis server`. You must start it manually with the `ocis collaboration server` command. -Because the collaboration service needs to be started manually, the following prerequisite applies: On collaboration service startup, particular environment variables are required to be popupated. If environment variables have a default like the `MICRO_REGISTRY_ADDRESS`, the default will be used, if not set otherwise. Use for all others the instance values as defined. If these environment variables are not provided or misconfigured, the collaboration service will not start up. +Because the collaboration service needs to be started manually, the following prerequisite applies: On collaboration service startup, particular environment variables are required to be populated. If environment variables have a default like the `MICRO_REGISTRY_ADDRESS`, the default will be used, if not set otherwise. Use for all others the instance values as defined. If these environment variables are not provided or misconfigured, the collaboration service will not start up. Required environment variables: * `OCIS_URL`