1 |
7394
|
leinfelder
|
#
|
2 |
|
|
# General configuration parameters
|
3 |
|
|
#
|
4 |
|
|
registry.config.username=TBD
|
5 |
|
|
registry.config.password=your-pw-goes-here
|
6 |
|
|
registry.config.scope=dataone
|
7 |
|
|
registry.config.organization=DataONE
|
8 |
|
|
registry.config.abbrev=DataONE
|
9 |
|
|
registry.config.url=http://www.dataone.org/
|
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=DataONE <help@dataone.org>
|
30 |
|
|
email.recipient=help@dataone.org
|
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=
|