mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
17 lines
1021 B
XML
17 lines
1021 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<appSettings>
|
|
<clear />
|
|
|
|
<add key="filesize-max" value="5242880"/>
|
|
<add key="storage-path" value=""/>
|
|
|
|
<add key="files.docservice.viewed-docs" value=".pdf|.djvu|.xps"/>
|
|
<add key="files.docservice.edited-docs" value=".docx|.xlsx|.csv|.pptx|.ppsx|.txt"/>
|
|
<add key="files.docservice.convert-docs" value=".docm|.dotx|.dotm|.dot|.doc|.odt|.fodt|.xlsm|.xltx|.xltm|.xlt|.xls|.ods|.fods|.pptm|.ppt|.ppsm|.pps|.potx|.potm|.pot|.odp|.fodp|.rtf|.mht|.html|.htm|.epub"/>
|
|
<add key="files.docservice.timeout" value="120000" />
|
|
|
|
<add key="files.docservice.url.storage" value="https://doc.onlyoffice.com/FileUploader.ashx"/>
|
|
<add key="files.docservice.url.converter" value="https://doc.onlyoffice.com/ConvertService.ashx"/>
|
|
<add key="files.docservice.url.api" value="https://doc.onlyoffice.com/web-apps/apps/api/documents/api.js"/>
|
|
<add key="files.docservice.url.preloader" value="https://doc.onlyoffice.com/web-apps/apps/api/documents/cache-scripts.html"/>
|
|
</appSettings> |