summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-27 16:49:24 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-27 16:49:24 +0100
commit71d87b0fcdda024b02d762e2809ef9f7561cfb1d (patch)
tree6586409ecbdb878bd566e5fc270766cde3dee098 /index.pl
parent644248474333ed76b999a6c9a7278a5949773418 (diff)
port change
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
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;