diff -r 86504771a173 -r 1898ce7c3fd3 config.pm --- a/config.pm Fri Apr 28 09:28:28 2017 +0200 +++ b/config.pm Thu Oct 12 12:32:14 2017 +0200 @@ -8,6 +8,14 @@ # @notify_dirs = qw(/etc); +# DB config $db = 1; -1; +# for MySQL use +# DBI:mysql:logbuch:localhost +# for Postgres (socket connection) use +# DBI:Pg:dbname=logbuch;port=5432 +$dbDSN = ""; +$dbUser = "logbuch"; +$dbPass = "changeit"; +