IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42997


Ignore:
Timestamp:
Apr 22, 2026, 5:19:56 PM (2 weeks ago)
Author:
eugene
Message:

anonymize inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/web/pstampconfig.php

    r42996 r42997  
    22// BEGIN Local configuration
    33
    4 $WORKDIR = "/data/kukui.2/eugene/datastore.20260421/ps-out";
    5 $DS_ROOT = "/data/kukui.2/eugene/datastore.20260421/dsroot";
    6 $DS_URL  = "http://dstest.ifa.hawaii.edu";
    7 // $dbname = "set to the pstamp database name";
    8 // $dbserver = "set to the pstamp database server";
     4$WORKDIR = "replace with pstamp output directory";
     5$DS_ROOT = "replace with datastore output directory";
     6$DS_URL  = "replace with URL of datastore web service";
    97
    108# database info for the datastore
    11 $DS_HOSTNAME = "localhost";
    12 $DS_USERNAME = "ipp";
    13 $DS_PASSWORD = "ipp";
    14 $DS_DATABASE = "datastore";
     9$DS_HOSTNAME = "Set to datastore hostname";
     10$DS_USERNAME = "Set to datastore username";
     11$DS_PASSWORD = "Set to datastore password";
     12$DS_DATABASE = "Set to datastore database";
    1513
    1614# database info for the pstamp
    17 $PS_HOSTNAME = "localhost";
    18 $PS_USERNAME = "ipp";
    19 $PS_PASSWORD = "ipp";
    20 $PS_DATABASE = "pstamp";
     15$PS_HOSTNAME = "Set to pstamp hostname";
     16$PS_USERNAME = "Set to pstamp username";
     17$PS_PASSWORD = "Set to pstamp password";
     18$PS_DATABASE = "Set to pstamp database";
    2119
    2220$PSCONFDIR = "/home/kiawe/eugene/src/psconfig/";
     
    2725
    2826# this script sets up the environment to run IPP commands with current directory
    29 # $WORKDIR
    3027$SCRIPT    = "$PSBINDIR/pstamp_runcommand.sh $PSCONFDIR $PSCONFIG $WORKDIR";
    3128
Note: See TracChangeset for help on using the changeset viewer.