From bc12a8c62d7c103915e4fe733e278cc583042eee Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Mon, 12 Sep 2016 12:40:38 +0300 Subject: [PATCH] removed unsupported elements by json --- web/documentserver-example/nodejs/config/default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/documentserver-example/nodejs/config/default.json b/web/documentserver-example/nodejs/config/default.json index 13a6d6fa..6976be12 100644 --- a/web/documentserver-example/nodejs/config/default.json +++ b/web/documentserver-example/nodejs/config/default.json @@ -23,8 +23,7 @@ "editedDocs": [".docx", ".doc", ".odt", ".xlsx", ".xls", ".ods", ".csv", ".pptx", ".ppsx", ".rtf", ".txt", ".mht", ".html", ".htm"], "convertedDocs": [".doc", ".odt", ".xls", ".ods", ".ppt", ".pps", ".odp", ".rtf", ".mht", ".html", ".htm", ".epub"], "storageFolder": "files", - "maxFileSize": 1073741824, -// "fileChoiceUrl": "https://testinfo.teamlab.info/products/files/filechoice.aspx?fileType=xlsx&mailmerge=true" + "maxFileSize": 1073741824 }, "plugins": { "url": "../../../../sdkjs-plugins/",