Changeset 387 for branches/stable


Ignore:
Timestamp:
06/09/08 15:07:10 (16 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Update DSN for database connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r365 r387  
    118118  my ($dbname,$user,$pass) = @_;
    119119  my $dbh;
    120   my $DSN = "DBI:Pg:dbname=$dbname";
     120  my $DSN = "DBI:Pg:host=ipdb-db;dbname=$dbname";
    121121#  my $user = 'ipdb';
    122122#  my $pw   = 'ipdbpwd';
Note: See TracChangeset for help on using the changeset viewer.