From 2e3d9e10eedf32e314786736f35afe34cfe530c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 31 May 2024 08:17:49 +0200 Subject: [PATCH] remove WOPI when talking about collaboration apps Co-authored-by: Michael Barz --- services/collaboration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/collaboration/README.md b/services/collaboration/README.md index ffc5755e77..205c54e480 100644 --- a/services/collaboration/README.md +++ b/services/collaboration/README.md @@ -19,7 +19,7 @@ If any of the named services above have not been started or are not reachable, t There are a few variables that you need to set: * `COLLABORATION_APP_ADDR`:\ - The URL of the WOPI app (onlyoffice, collabora, etc).\ + The URL of the collaborative editing app (onlyoffice, collabora, etc).\ For example: `https://office.example.com`. * `COLLABORATION_APP_INSECURE`:\ @@ -29,4 +29,4 @@ There are a few variables that you need to set: The external address of the collaboration service. The target app (onlyoffice, collabora, etc) will use this address to read and write files from Infinite Scale. \ For example: `https://wopi.example.com`. -The WOPI application can be customized further by changing the `COLLABORATION_APP_*` options to better describe the application. +The application can be customized further by changing the `COLLABORATION_APP_*` options to better describe the application.