diff --git a/inc/davical_configuration_missing.php b/inc/davical_configuration_missing.php index 5371669e..fa49b34a 100644 --- a/inc/davical_configuration_missing.php +++ b/inc/davical_configuration_missing.php @@ -22,7 +22,7 @@ include("page-header.php"); // \$c->system_name = 'DAViCal CalDAV Server'; \$c->admin_email = 'admin@example.com'; - \$c->pg_connect[] = 'dbname=davical port=5432 user=general'; + \$c->pg_connect[] = 'dbname=davical user=davical_app';

The only really essential thing there is that connect string for the database, although