/etc/horde/gollem/conf.xml is in php-horde-gollem 3.0.3-2.
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 31 | <?xml version="1.0"?>
<!-- $Id: c70cc328a58f2b69cb67558ab883380298313e1e $ -->
<configuration>
<configsection name="backend">
<configheader>Backend Settings</configheader>
<configenum name="backend_list" desc="Should we display a list of backends
(defined in config/backends.php) for users to choose from? The options are
'none', 'hidden', and 'shown'. If 'none', no server list will be shown and
and the defaults will be used unless another mechanism changes them. If the
the backend list is 'hidden' then you can use the 'preferred' mechanism to
auto-select from it based on an HTTP virtualhost or another piece of data.
If it is 'shown', the user will be able to pick from any of the
options.">none
<values>
<value desc="None">none</value>
<value desc="Hidden">hidden</value>
<value desc="Shown">shown</value>
</values>
</configenum>
</configsection>
<configsection name="foldercache">
<configheader>Caching</configheader>
<configswitch name="use_cache" desc="Cache the folder list?">false
<case name="false" desc="No" />
<case name="true" desc="Yes">
<configinteger name="lifetime" desc="Cache lifetime, in
seconds.">120</configinteger>
</case>
</configswitch>
</configsection>
</configuration>
|