Files
server/usr/share/psa-horde/nag/config/conf.xml
2026-01-07 20:52:11 +01:00

32 lines
1.1 KiB
XML

<?xml version="1.0"?>
<!-- $Id: 7a2eb8e9002cee73d99d618dfb6509a56ab639ec $ -->
<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">
<configstring name="table" desc="Database table">nag_tasks</configstring>
</configsql>
</configsection>
</case>
<case name="kolab" desc="IMAP/Kolab" />
</configswitch>
</configsection>
<configsection name="tasklists">
<configheader>Tasklist Handler Settings</configheader>
<configswitch name="driver" desc="What type of tasklist handler should we use?">default
<case name="default" desc="Default" />
<case name="kolab" desc="IMAP/Kolab" />
</configswitch>
</configsection>
<configsection name="menu">
<configheader>Menu settings</configheader>
<configboolean name="import_export" desc="Should we display an Import/Export
link in the Horde application menus?">true</configboolean>
</configsection>
</configuration>