Project

General

Profile

1
#
2
# General configuration parameters
3
#
4
metacatUrl = http://@httpserver@@servlet-path@
5
username = uid=esaadmin,o=NCEAS,dc=ecoinformatics,dc=org
6
password = your-pw-goes-here
7
ldapUrl=@ldapUrl@
8
defaultScope = esa
9
organization = Ecological Society of America
10
orgabbrev = ESA
11
orgurl = http://www.esa.org/
12
responseTemplate = @responseForm@
13
entryFormTemplate = @entryForm@
14
guideTemplate = @guide@
15
loginFormTemplate = @loginForm@
16
confirmDataTemplate = @confirmData@
17
deleteDataTemplate = @deleteData@
18
modEmailNotificationTemplate = esaModNotification.tmpl
19
modResultTemplate = esaModResultTemplate.tmpl
20
getReviewsTemplate = getReviews.tmpl
21
accesspubid = -//ecoinformatics.org//eml-access-2.0.0beta6//EN
22
accesssysid = eml-access.dtd
23
datasetpubid = eml://ecoinformatics.org/eml-dataset-2.0.0
24
datasetsysid = eml-dataset.dtd
25
mailhost = @mailhost@
26
sender = ESA Data Registry <esaadmin@nceas.ucsb.edu>
27
recipient = esaadmin@nceas.ucsb.edu
28
adminname = ESA Registry Administrator
29
debug = 0
30
lsite = 'organization'
31
usite = 'Organization'
32
showSiteList = 'false'
33
showWgList = 'false'
34
showOrganization = 'true'
35
hasTaxonomic = 'true'
36
hasMethod = 'true'
37
hasSpatial = 'true'
38
hasKeyword = 'true'
39
hasTemporal = 'true'
40
contactEmailAddressRequired = 'true'
41
publicReadable = 'false'
42
adminIsDocOwner = 'true'
43
#
44
# Access will be given to the list of users mentioned below.
45
#
46
moderators = @moderators@
(10-10/19)