michael@290: system_name = "DAViCal CalDAV Server"; michael@290: $c->domain_name = "calendar.example.com"; michael@290: $c->admin_email = 'hostmaster@example.com'; michael@290: michael@290: $c->pg_connect[] = "dbname=davical user=davical password=davical"; michael@290: michael@290: $c->home_calendar_name = 'home'; michael@290: $c->hide_TODO = true; michael@290: $c->readonly_webdav_collections = true; michael@290: $c->enable_row_linking = true; michael@290: $c->collections_always_exist = true; michael@290: $c->default_relationships = array(); michael@290: $c->default_locale = 'en_US.UTF-8'; michael@290: $c->allow_get_email_visibility = false; michael@290: