2016-03-23 06:08:01 -05:00
|
|
|
<config>
|
|
|
|
<ssl desc="SSL settings">
|
2016-03-24 04:37:17 -05:00
|
|
|
<cert_file_path desc="Path to the cert file" relative="false">/etc/loolwsd/cert.pem</cert_file_path>
|
|
|
|
<key_file_path desc="Path to the key file" relative="false">/etc/loolwsd/key.pem</key_file_path>
|
2016-03-24 21:42:37 -05:00
|
|
|
<ca_file_path desc="Path to the ca file" relative="false">/etc/loolwsd/CollaboraCloudSuiteCA_ca-chain.cert.pem</ca_file_path>
|
2016-03-23 06:08:01 -05:00
|
|
|
</ssl>
|
2016-03-23 06:56:46 -05:00
|
|
|
<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>
|
2016-03-23 06:08:01 -05:00
|
|
|
</config>
|