- Timestamp:
- Apr 22, 2026, 5:16:15 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/web/pstampconfig.php
r25322 r42996 2 2 // BEGIN Local configuration 3 3 4 $WORKDIR = "set to the location of pstamp working directory"; 5 $dsroot = "set to the root of the data store"; 6 $dbname = "set to the pstamp database name"; 7 $dbserver = "set to the pstamp database server"; 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"; 8 9 9 $PSCONFDIR = ""; 10 $PSCONFIG = ""; 10 # database info for the datastore 11 $DS_HOSTNAME = "localhost"; 12 $DS_USERNAME = "ipp"; 13 $DS_PASSWORD = "ipp"; 14 $DS_DATABASE = "datastore"; 15 16 # database info for the pstamp 17 $PS_HOSTNAME = "localhost"; 18 $PS_USERNAME = "ipp"; 19 $PS_PASSWORD = "ipp"; 20 $PS_DATABASE = "pstamp"; 21 22 $PSCONFDIR = "/home/kiawe/eugene/src/psconfig/"; 23 $PSCONFIG = "ipp-pstamp-20260421"; 11 24 $PSBINDIR = "$PSCONFDIR/$PSCONFIG.lin64/bin"; 12 25
Note:
See TracChangeset
for help on using the changeset viewer.
