Configuration/settings/pg connect: Difference between revisions

From Davical
Jump to navigationJump to search
(create page for pg_connect[] configuration option)
(No difference)

Revision as of 15:47, 11 September 2015

$c->pg_connect[] = 'dbname=davical user=davical_app port=5433 host=somehost password=mypass';

Default: none

The application will attempt to connect to the database, successively applying connection parameters from the array in $c->pg_connect. This mandatory setting is used by both, the web interface but also the CALDAV server. If no host is specified, "localhost" is assumed.

Template:AvailableFrom