1
|
#
|
2
|
# General configuration parameters
|
3
|
#
|
4
|
registry.config.username=uid=nceasadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
5
|
registry.config.password=your-pw-goes-here
|
6
|
registry.config.scope=nceas
|
7
|
registry.config.organization=National Center for Ecological Analysis and Synthesis
|
8
|
registry.config.abbrev=NCEAS
|
9
|
registry.config.url=http://www.nceas.ucsb.edu/
|
10
|
registry.config.site=station
|
11
|
registry.config.type=Repository
|
12
|
registry.config.debug=1
|
13
|
|
14
|
# template settings
|
15
|
registry.templates.response=genericResponse.tmpl
|
16
|
registry.templates.entry=entryForm.tmpl
|
17
|
registry.templates.guide=genericGuide.tmpl
|
18
|
registry.templates.login=loginForm.tmpl
|
19
|
registry.templates.confirmData=confirmData.tmpl
|
20
|
registry.templates.deleteData=deleteData.tmpl
|
21
|
registry.templates.header=genericHeader.tmpl
|
22
|
registry.templates.footer=genericFooter.tmpl
|
23
|
# ESA-skin specific templates
|
24
|
registry.templates.modEmailNotification=
|
25
|
registry.templates.modResult=
|
26
|
registry.templates.getReviews=
|
27
|
|
28
|
# email settings
|
29
|
email.sender=NCEAS Data Repository <help@nceas.ucsb.edu>
|
30
|
email.recipient=help@nceas.ucsb.edu
|
31
|
email.admin=the repository administrator
|
32
|
|
33
|
# registry display settings
|
34
|
registry.show.siteList=true
|
35
|
registry.show.wgList=true
|
36
|
registry.show.organization=true
|
37
|
# registry module display
|
38
|
registry.modules.taxonomic=true
|
39
|
registry.modules.method=true
|
40
|
registry.modules.spatial=true
|
41
|
registry.modules.keyword=true
|
42
|
registry.modules.temporal=true
|
43
|
registry.modules.upload=false
|
44
|
|
45
|
registry.required.temporal=true
|
46
|
registry.required.spatial=true
|
47
|
registry.required.contactEmailAddress=false
|
48
|
|
49
|
# NCEAS specific
|
50
|
registry.db.connection=
|
51
|
registry.db.user=
|
52
|
registry.db.password=
|
53
|
|
54
|
# imported properties from lib/skin.configs/default/default.properties
|
55
|
# java code usage
|
56
|
lsidauthority=
|
57
|
registryurl=
|
58
|
registryname=
|