source: cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.admin/etc/SCHEMAcatConfig.xml @ 4672

Last change on this file since 4672 was 4672, checked in by andmor, 10 years ago

Updated configuration to use REMOTE_USER

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3SCHEMAcat configuration file.
4
5To add new variables to SCHEMAcat, insert new entries in this file using the following sintax:
6<(group)-(subGroup1)-...(subGroupX)-(fieldLabel) type="(HTMLfieldType)">(variableValue)</(group)-(subGroup1)-(subGroup2)-...(subGroupXX)-(fieldName)>
7
8Where:
9(group) - [mandatory] The name of the root group where the variable belongs. This translates in an '<h2>' title on the SCHEMAcat config webpage.
10(subGroup1) - [optional] The name of the group within the root group where the variable belongs. This translates in an '<h3>' title on the SCHEMAcat config webpage.
11(subGroupX) - [optional] The name of the group within subGroup[X-1] where the variable belongs. This translates in an '<hX>' title on the SCHEMAcat config webpage.
12(fieldLabel) - [mandatory] The label to display for the input box shown in the SCHEMAcat config webpage.
13(HTMLfieldType) - [optional] The type of the HTML input box shown by the SCHEMAcat config webpage.
14(variableValue) - [mandatory] The value for the variable.
15
16NOTE: The order the variables appear on the SCHEMAcat config webpage is determined by the order in this document.
17-->
18<nvp>
19   <basex-db-name type="text">SCHEMAcat</basex-db-name>
20   <basex-db-password type="password">admin</basex-db-password>
21   <basex-db-username type="text">admin</basex-db-username>
22   <basex-rest-host type="text">localhost</basex-rest-host>
23   <basex-rest-path type="text">rest</basex-rest-path>
24   <basex-rest-port type="number">8984</basex-rest-port>
25   <handle-password type="password">admin</handle-password>
26   <handle-service type="url">http://corpus1.mpi.nl/pid/service/</handle-service>
27   <handle-username type="text">admin</handle-username>
28   <schemata-private-filesSubFolder type="text">files/</schemata-private-filesSubFolder>
29   <schemata-private-folder type="text">/Users/andmor/Documents/projects/SCHEMAcat/data/schemata/</schemata-private-folder>
30   <schemata-public-filesSubFolder type="text">(todo)</schemata-public-filesSubFolder>
31   <schemata-public-folder type="text">(todo)</schemata-public-folder>
32   <shib-login type="url">https://catalog.clarin.eu/Shibboleth.sso/DiscoJuice</shib-login>
33   <shib-principal type="text">REMOTE_USER</shib-principal>
34</nvp>
Note: See TracBrowser for help on using the repository browser.