mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
# Conflicts: # web/documentserver-example/java-spring/src/main/java/com/onlyoffice/integration/documentserver/storage/LocalFileStorage.java
33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<appSettings>
|
|
<clear />
|
|
<add key="version" value="1.1.0"/>
|
|
|
|
<add key="filesize-max" value="52428800"/>
|
|
<add key="storage-path" value=""/>
|
|
|
|
<add key="files.docservice.fillform-docs" value=".oform|.docx"/>
|
|
<add key="files.docservice.viewed-docs" value=".pdf|.djvu|.xps|.oxps"/>
|
|
<add key="files.docservice.edited-docs" value=".docx|.xlsx|.csv|.pptx|.txt|.docxf"/>
|
|
<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|.xml|.epub|.fb2"/>
|
|
<add key="files.docservice.timeout" value="120000" />
|
|
<add key="files.docservice.secret" value="" />
|
|
<add key="files.docservice.header" value="Authorization" />
|
|
|
|
<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.command" value="coauthoring/CommandService.ashx"/>
|
|
|
|
<add key="files.docservice.url.example" value=""/>
|
|
|
|
<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" />
|
|
|
|
</appSettings>
|