/etc/horde/trean/conf.xml is in php-horde-trean 1.1.4-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <?xml version="1.0"?>
<!-- $Id: 5622bdf8096764a63c7e1039b09edb337bd46a0f $ -->
<configuration>
<configsection name="storage">
<configheader>Storage System Settings</configheader>
<configswitch name="driver" desc="What storage driver should we use?">sql
<case name="sql" desc="SQL">
<configsection name="params">
<configsql switchname="driverconfig"/>
</configsection>
</case>
</configswitch>
</configsection>
<configsection name="content_index">
<configheader>Content Indexing/Search</configheader>
<configdescription>Search support uses the Content application, and currently
requires an ElasticSearch cluster accessible by Horde at the default port of
localhost:9200. If you don't have that, don't turn content
indexing/search on.</configdescription>
<configboolean name="enabled" desc="Enable content
indexing?">false</configboolean>
</configsection>
<configsection name="favicons">
<configheader>Virtual File Storage</configheader>
<configvfs switchname="type" />
</configsection>
</configuration>
|