1 |
2211
|
jones
|
#
|
2 |
|
|
# General configuration parameters
|
3 |
|
|
#
|
4 |
|
|
metacatUrl = http://@server@@servlet-path@
|
5 |
|
|
username = uid=knbadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
6 |
|
|
password = your-pw-goes-here
|
7 |
|
|
ldapUrl=@ldapUrl@
|
8 |
|
|
defaultScope = knb
|
9 |
|
|
organization = Knowledge Network for Biocomplexity
|
10 |
|
|
orgabbrev = KNB
|
11 |
|
|
orgurl = http://localhost:8080/knbweb
|
12 |
|
|
responseTemplate = @responseForm@
|
13 |
|
|
entryFormTemplate = @entryForm@
|
14 |
|
|
guideTemplate = @guide@
|
15 |
|
|
confirmDataTemplate = @confirmData@
|
16 |
|
|
deleteDataTemplate = @deleteData@
|
17 |
|
|
accesspubid = -//ecoinformatics.org//eml-access-2.0.0beta6//EN
|
18 |
|
|
accesssysid = eml-access.dtd
|
19 |
|
|
datasetpubid = eml://ecoinformatics.org/eml-dataset-2.0.0
|
20 |
|
|
datasetsysid = eml-dataset.dtd
|
21 |
|
|
mailhost = hyperion.nceas.ucsb.edu
|
22 |
|
|
sender = KNB Data Registry <help@nceas.ucsb.edu>
|
23 |
|
|
recipient = help@nceas.ucsb.edu
|
24 |
|
|
adminname = the repository administrator
|
25 |
|
|
debug = 1
|
26 |
2258
|
jones
|
lsite = 'station'
|
27 |
|
|
usite = 'Station'
|
28 |
|
|
showSiteList = 'false'
|
29 |
|
|
showWgList = 'false'
|
30 |
|
|
showOrganization = 'true'
|
31 |
|
|
hasTaxonomic = 'true'
|
32 |
|
|
hasMethod = 'true'
|
33 |
|
|
hasSpatial = 'true'
|
34 |
|
|
hasKeyword = 'true'
|
35 |
|
|
hasTemporal = 'true'
|
36 |
2211
|
jones
|
nceas_db = somedb
|
37 |
|
|
nceas_db_user = someuser
|
38 |
|
|
nceas_db_password = your-pw-goes-here
|