Package: davical
Version: 1.1.1-1
Severity: minor
Tags: upstream

Hi.

There are several places at the upstream wiki, which explain how
to configure the DB connection settings:
http://wiki.davical.org/w/Configuration_settings#pg_connect
http://wiki.davical.org/w/Configuration/Database_Settings
http://wiki.davical.org/w/Database/Users


According to the second, from version 0.9.9.4 on a new schema should be used
 $c->db_connect[] = array( 'dsn' => 'pgsql:dbname=davical port=5432 
host=dbhost', 'dbuser' => 'davical_app', 'dbpass' => 'fred' );
or
 $c->db_connect[] = array( 'dsn' => 'pgsql:dbname=davical', 'dbuser' => 
'davical_app' );

instead of

 $c->pg_connect[] = 'dbname=davical port=5432 host=dbhost user=davical_app 
password=fred';
or
 $c->pg_connect[] = 'dbname=davical user=davical_app';


If this is still state of the art, then the wiki's should be adapted (to the 
new wa), as well as the
sample config file that is distributed and automatically installed.


Cheers,
Chris.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to