diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-27 16:49:24 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-27 16:49:24 +0100 |
commit | 71d87b0fcdda024b02d762e2809ef9f7561cfb1d (patch) | |
tree | 6586409ecbdb878bd566e5fc270766cde3dee098 /bin | |
parent | 644248474333ed76b999a6c9a7278a5949773418 (diff) |
port change
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/iris-delay-stats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/iris-delay-stats b/bin/iris-delay-stats index 1083348..9ca42d5 100755 --- a/bin/iris-delay-stats +++ b/bin/iris-delay-stats @@ -13,7 +13,7 @@ our $VERSION = '0.00'; my $station = shift or die("Usage: $0 <station> [database]\n"); my $dbname = shift // 'dbdb'; -my $dbh = DBI->connect( "dbi:Pg:dbname=$dbname;host=localhost;port=5432", +my $dbh = DBI->connect( "dbi:Pg:dbname=$dbname;host=localhost;port=5433", 'dbdb', $ENV{DBDB_PASSWORD} ); sub int_or_undef { |