IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2013, 8:35:50 PM (14 years ago)
Author:
eugene
Message:

adding some notes, mod settings for local install, create a working gpc1 test database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/config/settings.xml

    r33745 r34934  
    55
    66  <!-- path for storing logs -->
    7   <logPath>/data/ipp005.0/ipptopsps</logPath>
     7  <logPath>/home/kiawe/eugene/ipptopsps</logPath>
    88
    99  <!-- local scratch Db section -->
     
    1111    <name>ipptopsps_scratch</name>
    1212    <host>localhost</host>
    13     <user>ipp</user>
    14     <password>ipp</password>
     13    <user>dvo</user>
     14    <password>dvo</password>
    1515  </localdatabase>
    1616
    1717  <!-- GPC1 Db section -->
    1818  <gpc1database>
    19     <name>gpc1</name>
    20     <host>ippdb01</host>
    21     <user>ipp</user>
    22     <password>ipp</password>
     19    <name>gpc1test</name>
     20    <host>localhost</host>
     21    <user>dvo</user>
     22    <password>dvo</password>
    2323  </gpc1database>
    2424
     
    2626  <ipptopspsdatabase>
    2727    <name>ipptopsps</name>
    28     <host>ippdb01</host>
    29     <user>ipp</user>
    30     <password>ipp</password>
     28    <host>localhost</host>
     29    <user>dvo</user>
     30    <password>dvo</password>
    3131  </ipptopspsdatabase>
    3232
Note: See TracChangeset for help on using the changeset viewer.