domain_name = "davical.example.com"; $c->sysabbr = 'DAViCal'; $c->admin_email = "example@example.com"; $c->system_name = "DAViCal-server"; $c->pg_connect[] = "dbname=davical port=5432 user=davical_app host=localhost password=PASSWORD"; /* * Use Apache-supplied headers and believe them */ $c->authenticate_hook['server_auth_type'] = 'Basic'; include_once('AuthPlugins.php');