2016-03-23 06:08:01 -05:00
<config >
2016-04-06 17:18:42 -05:00
2016-06-15 17:46:13 -05:00
<!-- Note: 'default' attributes are used to document a setting's default value as well as to use as fallback. -->
2016-06-25 07:19:54 -05:00
<!-- Note: When adding a new entry, a default must be set in WSD in case the entry is missing upon deployment. -->
2016-06-15 17:46:13 -05:00
2016-04-22 06:00:11 -05:00
<tile_cache_path desc= "Path to a directory where to keep the tile cache." type= "path" relative= "false" default= "@LOOLWSD_CACHEDIR@" > </tile_cache_path>
2016-04-06 22:51:58 -05:00
<sys_template_path desc= "Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type= "path" relative= "true" default= "systemplate" > </sys_template_path>
2016-07-18 10:04:25 -05:00
<lo_template_path desc= "Path to a LibreOffice installation tree to be copied (linked) into the jails for child processes. Should be on the same file system as systemplate." type= "path" relative= "false" default= "/opt/collaboraoffice5.1" > </lo_template_path>
2016-04-06 22:51:58 -05:00
<child_root_path desc= "Path to the directory under which the chroot jails for the child processes will be created. Should be on the same file system as systemplate and lotemplate. Must be an empty directory." type= "path" relative= "true" default= "jails" > </child_root_path>
2016-04-14 04:13:30 -05:00
<server_name desc= "Hostname:port of the server running loolwsd. If empty, it's derived from the request." type= "string" default= "" > </server_name>
2016-04-06 22:51:58 -05:00
<file_server_root_path desc= "Path to the directory that should be considered root for the file server. This should be the directory containing loleaflet." type= "path" relative= "true" default= "../loleaflet/../" > </file_server_root_path>
2016-04-06 17:18:42 -05:00
2016-04-18 01:50:24 -05:00
<num_prespawn_children desc= "Number of child processes to keep started in advance and waiting for new clients." type= "uint" default= "1" > 1</num_prespawn_children>
2016-06-15 17:46:13 -05:00
<per_document desc= "Document-specific settings, including LO Core settings." >
<max_concurrency desc= "The maximum number of threads to use while processing a document." type= "uint" default= "4" > 4</max_concurrency>
</per_document>
2016-04-14 04:13:30 -05:00
2016-05-11 09:30:05 -05:00
<loleaflet_html desc= "Allows UI customization by replacing the single endpoint of loleaflet.html" type= "string" default= "loleaflet.html" > loleaflet.html</loleaflet_html>
2016-04-06 17:18:42 -05:00
<logging >
<color type= "bool" > true</color>
2016-07-30 10:52:10 -05:00
<level type= "string" desc= "Can be 0-8, or none (turns off logging), fatal, critical, error, warning, notice, information, debug, trace" default= "trace" > trace</level>
2016-04-06 17:18:42 -05:00
</logging>
2016-07-30 21:22:28 -05:00
<trace desc= "Dump commands and notifications for replay" enable= "true" >
2016-08-06 20:23:57 -05:00
<path desc= "Output file path" compress= "true" > /tmp/looltrace.gz</path>
2016-08-04 17:44:24 -05:00
<filter >
<message desc= "Regex pattern of messages to exlcude" > tile.*</message>
</filter>
2016-08-04 12:52:28 -05:00
<outgoing >
<record desc= "Whether or not to record outgoing messages" default= "false" > false</record>
</outgoing>
2016-07-30 21:22:28 -05:00
</trace>
2016-03-23 06:08:01 -05:00
<ssl desc= "SSL settings" >
2016-07-18 06:45:36 -05:00
<enable type= "bool" default= "true" > true</enable>
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-04-14 07:50:48 -05:00
<ca_file_path desc= "Path to the ca file" relative= "false" > /etc/loolwsd/ca-chain.cert.pem</ca_file_path>
2016-03-23 06:08:01 -05:00
</ssl>
2016-04-06 17:18:42 -05:00
2016-03-23 06:56:46 -05:00
<storage desc= "Backend storage" >
2016-04-06 23:32:28 -05:00
<filesystem allow= "false" />
2016-03-23 06:56:46 -05:00
<wopi desc= "Allow/deny wopi storage. Mutually exclusive with webdav." allow= "true" >
2016-04-18 20:13:17 -05:00
<host desc= "Regex pattern of hostname to allow or deny." allow= "true" > localhost</host>
2016-04-27 07:59:23 -05:00
<host desc= "Regex pattern of hostname to allow or deny." allow= "true" > 10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc= "Regex pattern of hostname to allow or deny." allow= "true" > 172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc= "Regex pattern of hostname to allow or deny." allow= "true" > 172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc= "Regex pattern of hostname to allow or deny." allow= "true" > 172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}</host>
2016-04-18 20:13:17 -05:00
<host desc= "Regex pattern of hostname to allow or deny." allow= "true" > 192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
2016-04-18 20:43:39 -05:00
<host desc= "Regex pattern of hostname to allow or deny." allow= "false" > 192\.168\.1\.1</host>
2016-03-23 06:56:46 -05:00
<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" >
2016-06-25 07:19:54 -05:00
<host desc= "Hostname to allow" allow= "false" > localhost</host>
2016-03-23 06:56:46 -05:00
</webdav>
</storage>
2016-06-25 19:10:48 -05:00
<admin_console desc= "Web admin console settings." >
<username desc= "The username of the admin console. Must be set." > </username>
<password desc= "The password of the admin console. Must be set." > </password>
</admin_console>
2016-03-23 06:08:01 -05:00
</config>