From 71d87b0fcdda024b02d762e2809ef9f7561cfb1d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Mar 2015 16:49:24 +0100 Subject: port change --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index e957f2d..7e639a1 100644 --- a/index.pl +++ b/index.pl @@ -19,7 +19,7 @@ app->attr( my $dbname = 'dbdb'; my $dbh - = DBI->connect( "dbi:Pg:dbname=$dbname;host=localhost;port=5432", + = DBI->connect( "dbi:Pg:dbname=$dbname;host=localhost;port=5433", 'dbdb', $ENV{DBDB_PASSWORD}, { RaiseError => 1 } ); return $dbh; -- cgit v1.2.3