]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Config.pm
allow specifying the database using the DSN
[debbugs.git] / Debbugs / Config.pm
index e0ad78eddb43069023d4acd5fdbae26d243f2763..18116314e16455511c09916b87c23c0effcf4e30 100644 (file)
@@ -1033,7 +1033,9 @@ set_default(\%config,'libravatar_blacklist',[]);
 
 =item debbugs_db
 
-Name of debbugs PostgreSQL database service
+Name of debbugs PostgreSQL database service. If you wish to not use a service
+file, provide a full DBD::Pg compliant data-source, for example:
+C<"dbi:Pg:dbname=dbname">
 
 =back