From 319c2e274439ac1a7171f7a0b80ef48bbf5d483e Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 22 Oct 2024 09:02:30 +0200 Subject: [PATCH] [docs-only] Fix envvar name in collaboration service readme References: https://github.com/owncloud/docs-ocis/pull/1014 (Fix envvar name in collaboration service) Documentation for collaboration refers to `COLLABORATION_APP_WOPISRC` instead of `COLLABORATION_WOPI_SRC` --- 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 cb19990834..5daa8db514 100644 --- a/services/collaboration/README.md +++ b/services/collaboration/README.md @@ -37,7 +37,7 @@ There are a few variables that you need to set: * `COLLABORATION_APP_INSECURE`:\ In case you are using a self signed certificate for the WOPI app you can tell the collaboration service to allow an insecure connection. -* `COLLABORATION_APP_WOPISRC`:\ +* `COLLABORATION_WOPI_SRC`:\ 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`.