Changeset 35035
- Timestamp:
- Jan 23, 2013, 3:05:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/config/settings.xml
r35000 r35035 6 6 <!-- path for storing logs --> 7 7 <!-- XXX Need to make this different for tests and real, also for different installations --> 8 <logPath> testdata/logs</logPath>8 <logPath>logs</logPath> 9 9 10 10 <!-- local scratch Db section --> 11 11 <localdatabase> 12 <name>ipptopsps_ scratch</name>12 <name>ipptopsps_test_scratch</name> 13 13 <host>localhost</host> 14 14 <user>dvo</user> … … 18 18 <!-- GPC1 Db section --> 19 19 <gpc1database> 20 <name>gpc1 test</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> 24 24 </gpc1database> 25 25 26 26 <!-- ippToPsps Db section --> 27 27 <ipptopspsdatabase> 28 <name>ipptopsps </name>28 <name>ipptopsps_test</name> 29 29 <host>localhost</host> 30 30 <user>dvo</user> … … 35 35 <czardatabase> 36 36 <name>czardb</name> 37 <host> ippdb01</host>37 <host>none</host> 38 38 <user>ipp</user> 39 39 <password>ipp</password>
Note:
See TracChangeset
for help on using the changeset viewer.
