mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
29 lines
1.9 KiB
XML
29 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<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|.xlsb|.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.verify-peer-off" value="true"/>
|
|
|
|
<add key="files.docservice.languages" value="en:English|az:Azerbaijani|be:Belarusian|bg:Bulgarian|ca:Catalan|zh:Chinese (People's Republic of China)|zh-TW:Chinese (Traditional, Taiwan)|cs:Czech|da:Danish|nl:Dutch|fi:Finnish|fr:French|gl:Galego|de:German|el:Greek|hu:Hungarian|id:Indonesian|it:Italian|ja:Japanese|ko:Korean|lv:Latvian|lo:Lao|nb:Norwegian|pl:Polish|pt:Portuguese (Brazil)|pt-PT:Portuguese (Portugal)|ro:Romanian|ru:Russian|sk:Slovak|sl:Slovenian|es:Spanish|sv:Swedish|tr:Turkish|uk:Ukrainian|vi:Vietnamese"/>
|
|
|
|
<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=""/>
|
|
|
|
</appSettings> |