IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2016, 9:17:22 AM (10 years ago)
Author:
bills
Message:

committing several data store scripts that have been in production
for quite a while but never committed to the source tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/web/cgi/findsmf.pl

    r35241 r39658  
    3535
    3636# NOTE: We do not use the ipp configuration to simplify running from a CGI script
    37 my $dbname = "XXX";
    38 my $dbserver = "XXX";
    39 my $dbuser = "XXX";
    40 my $dbpassword = "XXX";
     37my $dbname = "gpc1";
     38my $dbserver = "scidbm";
     39my $dbuser = "ippuser";
     40my $dbpassword = "ippuser";
    4141
    4242
     
    7777        exit 2 if (!$resolved)
    7878    }
     79    # HERE IS THE OUTPUT FOR A SUCCESSFUL LOOKUP
    7980    print "$filename $resolved";
    8081} else {
Note: See TracChangeset for help on using the changeset viewer.