Project

General

Profile

1
#
2
# General configuration parameters
3
#
4
registry.config.username=uid=esaadmin,o=NCEAS,dc=ecoinformatics,dc=org
5
registry.config.password=
6
registry.config.scope=esa
7
registry.config.organization=Ecological Society of America
8
registry.config.abbrev=ESA
9
registry.config.url=http://www.esa.org/
10
registry.config.site=station
11
registry.config.type=Repository
12
registry.config.publicReadable=false
13
registry.config.adminIsDocOwner=true
14
registry.config.debug=1
15

    
16
# template settings
17
registry.templates.response=genericResponse.tmpl
18
registry.templates.entry=entryForm.tmpl
19
registry.templates.guide=genericGuide.tmpl
20
registry.templates.login=loginForm.tmpl
21
registry.templates.confirmData=confirmData.tmpl
22
registry.templates.deleteData=deleteData.tmpl
23
registry.templates.header=genericHeader.tmpl
24
registry.templates.footer=genericFooter.tmpl
25
# ESA-skin specific templates
26
registry.templates.modEmailNotification=esaModNotification.tmpl
27
registry.templates.modResult=esaModResultTemplate.tmpl
28
registry.templates.getReviews=getReviews.tmpl
29

    
30
# email settings
31
email.sender=ESA Data Registry <esaadmin@nceas.ucsb.edu>
32
email.recipient=esaadmin@nceas.ucsb.edu
33
email.admin=ESA Registry Administrator
34

    
35
# registry display settings
36
registry.show.siteList=false
37
registry.show.wgList=false
38
registry.show.organization=true
39
# registry module display
40
registry.modules.taxonomic=true
41
registry.modules.method=true
42
registry.modules.spatial=true
43
registry.modules.keyword=true
44
registry.modules.temporal=true
45
registry.modules.upload=false
46

    
47
registry.required.temporal=true
48
registry.required.spatial=true
49
registry.required.contactEmailAddress=true
50

    
51
# NCEAS specific, safe to ignore
52
registry.db.connection=
53
registry.db.user=
54
registry.db.password=
55

    
56
# imported properties from lib/skin.configs/esa/esa.properties
57
# java code usage
58
lsidauthority=esa.org
59
registryurl=http://data.esa.org/esa
60
registryname=ESA Data Registry
61

    
62
moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
(10-10/18)