From abe77cfaa3f994baafd93c6263ed214af8e0c0a8 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Mon, 7 Jun 2021 16:14:51 +0300 Subject: [PATCH] [wopi] Edit 'htmlTemplate' path in production configs --- Common/config/default.json | 2 +- Common/config/production-windows.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Common/config/default.json b/Common/config/default.json index bdade674..d306b96d 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -75,7 +75,7 @@ } }, "wopi": { - "htmlTemplate" : "../../../web-apps/apps/api/wopi", + "htmlTemplate" : "../../web-apps/apps/api/wopi", "wopiZone" : "external-http", "favIconUrlWord" : "https://static.onlyoffice.com/studio/tag/personal.11.1.0/skins/default/images/logo/text.ico", "favIconUrlCell" : "https://static.onlyoffice.com/studio/tag/personal.11.1.0/skins/default/images/logo/spreadsheet.ico", diff --git a/Common/config/production-windows.json b/Common/config/production-windows.json index 401246a6..22fd43e7 100644 --- a/Common/config/production-windows.json +++ b/Common/config/production-windows.json @@ -7,9 +7,6 @@ "folderPath": "../App_Data/cache/files" } }, - "wopi": { - "htmlTemplate" : "../../web-apps/apps/api/wopi" - }, "services": { "CoAuthoring": { "server": {