diff --git a/web/documentserver-example/nodejs/config/development-mac.json b/web/documentserver-example/nodejs/config/development-mac.json index 80b9c36f..11e418b7 100644 --- a/web/documentserver-example/nodejs/config/development-mac.json +++ b/web/documentserver-example/nodejs/config/development-mac.json @@ -1,29 +1,6 @@ { - "log": { - "appenders": [ - { - "type": "console" - } - ], - "replaceConsole": "true", - "levels": { - "nodeJS": "Debug" - } - }, "server": { "port": 3000, - "siteUrl": "http://127.0.0.1:8080/", - "commandUrl": "coauthoring/CommandService.ashx", - "storageUrl": "FileUploader.ashx", - "converterUrl": "ConvertService.ashx", - "tempStorageUrl": "ResourceService.ashx", - "apiUrl": "office/apps/api/documents/api.js", - "preloaderUrl": "office/apps/api/documents/cache-scripts.html", - "viewedDocs": [".ppt", ".pps", ".odp", ".pdf", ".djvu", ".epub", ".xps"], - "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": "", - "haveExternalIp": false, - "maxFileSize": 5242880 + "siteUrl": "http://127.0.0.1:8001/" } } \ No newline at end of file