Revert tasklist driver default change
This commit is contained in:
parent
5a833866c7
commit
3daf72a5d5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// backend type (database, kolab, caldav)
|
// backend type (database, kolab, caldav)
|
||||||
$config['tasklist_driver'] = 'database';
|
$config['tasklist_driver'] = 'kolab';
|
||||||
|
|
||||||
// CalDAV server location (required when tasklist_driver = caldav)
|
// CalDAV server location (required when tasklist_driver = caldav)
|
||||||
$config['tasklist_caldav_server'] = "http://localhost";
|
$config['tasklist_caldav_server'] = "http://localhost";
|
||||||
|
|
Loading…
Add table
Reference in a new issue