1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/davical/davical-config.php Mon Nov 22 12:39:58 2010 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<?php 1.5 +## 1.6 +## davical.php -- DAViCal server configuration 1.7 +## 1.8 + 1.9 +$c->system_name = "DAViCal CalDAV Server"; 1.10 +$c->domain_name = "calendar.example.com"; 1.11 +$c->admin_email = 'hostmaster@example.com'; 1.12 + 1.13 +$c->pg_connect[] = "dbname=davical user=davical password=davical"; 1.14 + 1.15 +$c->home_calendar_name = 'home'; 1.16 +$c->hide_TODO = true; 1.17 +$c->readonly_webdav_collections = true; 1.18 +$c->enable_row_linking = true; 1.19 +$c->collections_always_exist = true; 1.20 +$c->default_relationships = array(); 1.21 +$c->default_locale = 'en_US.UTF-8'; 1.22 +$c->allow_get_email_visibility = false; 1.23 +