mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Correct typo in example configuration file.
This commit is contained in:
parent
f39f6af06a
commit
c87d24aa31
@ -16,8 +16,8 @@
|
|||||||
* the array in $c->pg_connect.
|
* the array in $c->pg_connect.
|
||||||
* used in the web interface but also the caldav Server
|
* used in the web interface but also the caldav Server
|
||||||
*/
|
*/
|
||||||
$c->pg_connect[] = "dbname=rscds dbuser=general";
|
$c->pg_connect[] = "dbname=rscds user=general";
|
||||||
// $c->pg_connect[] = "dbname=rscds dbuser=general port=5433 host=somehost password=mypass";
|
// $c->pg_connect[] = "dbname=rscds user=general port=5433 host=somehost password=mypass";
|
||||||
|
|
||||||
|
|
||||||
/****************************
|
/****************************
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user