mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
We tend to connect with a different DB username nowadays.
This commit is contained in:
parent
8c2e2b3150
commit
c373c20f32
@ -22,7 +22,7 @@ include("page-header.php");
|
|||||||
// \$c->system_name = 'DAViCal CalDAV Server';
|
// \$c->system_name = 'DAViCal CalDAV Server';
|
||||||
|
|
||||||
\$c->admin_email = 'admin@example.com';
|
\$c->admin_email = 'admin@example.com';
|
||||||
\$c->pg_connect[] = 'dbname=davical port=5432 user=general';
|
\$c->pg_connect[] = 'dbname=davical user=davical_app';
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p>The only really <em>essential</em> thing there is that connect string for the database, although
|
<p>The only really <em>essential</em> thing there is that connect string for the database, although
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user