3f3c1bfae9
...and restored SSL file names temporarily. Change-Id: I3195fcb888dc282723996321ceefb17088b593d2 Reviewed-on: https://gerrit.libreoffice.org/23468 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
19 lines
1 KiB
XML
19 lines
1 KiB
XML
<config>
|
|
<ssl desc="SSL settings">
|
|
<cert_file_path desc="Path to the cert file" relative="true">cert.pem</cert_file_path>
|
|
<key_file_path desc="Path to the key file" relative="true">key.pem</key_file_path>
|
|
</ssl>
|
|
<storage desc="Backend storage">
|
|
<filesystem allow="true">
|
|
<path desc="loleaflet is a must" allow="true" recurse="true" relative="true">loleaflet</path>
|
|
<path desc="/tmp is used for testing" allow="true" recurse="false" relative="false">/tmp</path>
|
|
</filesystem>
|
|
<wopi desc="Allow/deny wopi storage. Mutually exclusive with webdav." allow="true">
|
|
<host desc="Hostname to allow">localhost</host>
|
|
<max_file_size desc="Maximum document size in bytes to load. 0 for unlimited." type="uint">0</max_file_size>
|
|
</wopi>
|
|
<webdav desc="Allow/deny webdav storage. Mutually exclusive with wopi." allow="false">
|
|
<host desc="Hostname to allow">localhost</host>
|
|
</webdav>
|
|
</storage>
|
|
</config>
|