We tend to connect with a different DB username nowadays.

This commit is contained in:
Andrew McMillan 2008-02-15 07:11:06 +13:00
parent 8c2e2b3150
commit c373c20f32

View File

@ -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';
</pre>
<p>The only really <em>essential</em> thing there is that connect string for the database, although