IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35035


Ignore:
Timestamp:
Jan 23, 2013, 3:05:20 PM (13 years ago)
Author:
eugene
Message:

change default db names to test names (needs to be build-based?)

File:
1 edited

Legend:

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

    r35000 r35035  
    66  <!-- path for storing logs -->
    77  <!-- XXX Need to make this different for tests and real, also for different installations -->
    8   <logPath>testdata/logs</logPath>
     8  <logPath>logs</logPath>
    99
    1010  <!-- local scratch Db section -->
    1111  <localdatabase>
    12     <name>ipptopsps_scratch</name>
     12    <name>ipptopsps_test_scratch</name>
    1313    <host>localhost</host>
    1414    <user>dvo</user>
     
    1818  <!-- GPC1 Db section -->
    1919  <gpc1database>
    20     <name>gpc1test</name>
    21     <host>localhost</host>
    22     <user>dvo</user>
    23     <password>dvo</password>
     20    <name>gpc1</name>
     21    <host>ippdb01</host>
     22    <user>ipp</user>
     23    <password>ipp</password>
    2424  </gpc1database>
    2525
    2626  <!-- ippToPsps Db section -->
    2727  <ipptopspsdatabase>
    28     <name>ipptopsps</name>
     28    <name>ipptopsps_test</name>
    2929    <host>localhost</host>
    3030    <user>dvo</user>
     
    3535  <czardatabase>
    3636    <name>czardb</name>
    37     <host>ippdb01</host>
     37    <host>none</host>
    3838    <user>ipp</user>
    3939    <password>ipp</password>
Note: See TracChangeset for help on using the changeset viewer.