Revert tasklist driver default change

This commit is contained in:
Christian Mollekopf 2023-04-21 15:08:42 +02:00
parent 5a833866c7
commit 3daf72a5d5

View file

@ -1,7 +1,7 @@
<?php
// backend type (database, kolab, caldav)
$config['tasklist_driver'] = 'database';
$config['tasklist_driver'] = 'kolab';
// CalDAV server location (required when tasklist_driver = caldav)
$config['tasklist_caldav_server'] = "http://localhost";