IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26021


Ignore:
Timestamp:
Nov 3, 2009, 2:35:22 PM (17 years ago)
Author:
Paul Price
Message:

Sync-ing with current production version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/operations/ippconfig/site.config

    r25219 r26021  
    3333DBPORT          S32     0                       # Database port (for psDBInit); 0 = default
    3434
     35# DataStore Database configuration
     36DS_DBSERVER     STR     ipp049                  # Database host name (for psDBIn
     37it)
     38DS_DBNAME       STR     ippRequestServer
     39DS_DBUSER       STR     ipp                     # Database user name (for psDBInit)
     40DS_DBPASSWORD   STR     ipp                     # Database password (for psDBInit)
     41
     42# Postage Stamp Database configuration
     43PS_DBSERVER     STR     ipp049                  # Database host name (for psDBInit)
     44PS_DBNAME       STR     ippRequestServer
     45#
     46# we don't define the following. DBNAME and DBUSER will be used.
     47#PS_DBUSER      STR     ipp                     # Database user name (for psDBInit)
     48#PS_DBPASSWORD  STR     ipp                     # Database password (for psDBInit)
     49#
     50# # root directory of the data store
     51DATA_STORE_ROOT STR /data/ipp049.0/datastore/dsroot
     52#
     53# # working directory for postage stamp server
     54PSTAMP_WORKDIR STR /data/ipp049.0/pstamp/work
     55#
     56# # default data store product used for results
     57# # (used by the web interface)
     58PSTAMP_DATA_STORE_PRODUCT STR pstampresults
     59#
     60DISTRIBUTION_ROOT STR /data/ipp049.0/gpc1_distribution
     61
     62TEMP.DIR        /local/ipp/tmp/         # Directory for temporary products
Note: See TracChangeset for help on using the changeset viewer.