mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
17 lines
976 B
XML
17 lines
976 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|.txt"/>
|
|
<add key="files.docservice.convert-docs" value=".docm|.dotx|.dotm|.dot|.doc|.odt|.fodt|.ott|.xlsm|.xltx|.xltm|.xlt|.xls|.ods|.fods|.ots|.pptm|.ppt|.ppsx|.ppsm|.pps|.potx|.potm|.pot|.odp|.fodp|.otp|.rtf|.mht|.html|.htm|.epub"/>
|
|
<add key="files.docservice.timeout" value="120000" />
|
|
<add key="files.docservice.secret" value="" />
|
|
|
|
<add key="files.docservice.url.converter" value="https://documentserver/ConvertService.ashx"/>
|
|
<add key="files.docservice.url.api" value="https://documentserver/web-apps/apps/api/documents/api.js"/>
|
|
<add key="files.docservice.url.preloader" value="https://documentserver/web-apps/apps/api/documents/cache-scripts.html"/>
|
|
</appSettings> |