mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<appSettings>
|
|
<clear />
|
|
<add key="webpages:Version" value="2.0.0.0" />
|
|
<add key="webpages:Enabled" value="false" />
|
|
<add key="PreserveLoginUrl" value="true" />
|
|
<add key="ClientValidationEnabled" value="true" />
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
|
|
|
<add key="filesize-max" value="5242880"/>
|
|
|
|
<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.site" value="http://documentserver/"/>
|
|
|
|
<add key="files.docservice.url.converter" value="ConvertService.ashx"/>
|
|
<add key="files.docservice.url.api" value="web-apps/apps/api/documents/api.js"/>
|
|
<add key="files.docservice.url.preloader" value="web-apps/apps/api/documents/cache-scripts.html"/>
|
|
|
|
<add key="files.docservice.url.example" value=""/>
|
|
|
|
</appSettings>
|