|
1 |
#
|
|
2 |
# General configuration parameters
|
|
3 |
#
|
|
4 |
registry.config.username=uid=test,o=MSU,dc=ecoinformatics,dc=org
|
|
5 |
registry.config.password=test
|
|
6 |
registry.config.scope=first
|
|
7 |
registry.config.organization=first
|
|
8 |
registry.config.abbrev=first
|
|
9 |
registry.config.url=http://www.first2.org/
|
|
10 |
registry.config.site=station
|
|
11 |
registry.config.type=Repository
|
|
12 |
registry.config.publicReadable=true
|
|
13 |
registry.config.adminIsDocOwner=false
|
|
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=
|
|
27 |
registry.templates.modResult=
|
|
28 |
registry.templates.getReviews=
|
|
29 |
|
|
30 |
# email settings
|
|
31 |
email.sender=kepler@kepler-project.org
|
|
32 |
email.recipient=kepler-users@ecoinformatics.org
|
|
33 |
email.admin=Chad Berkley
|
|
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=false
|
|
43 |
registry.modules.keyword=true
|
|
44 |
registry.modules.temporal=false
|
|
45 |
registry.modules.upload=false
|
|
46 |
|
|
47 |
registry.required.temporal=true
|
|
48 |
registry.required.spatial=true
|
|
49 |
registry.required.contactEmailAddress=false
|
|
50 |
|
|
51 |
# NCEAS specific
|
|
52 |
registry.db.connection=
|
|
53 |
registry.db.user=
|
|
54 |
registry.db.password=
|
|
55 |
|
|
56 |
# imported properties from lib/skin.configs/knb/knb.properties
|
|
57 |
# java code usage
|
|
58 |
lsidauthority=
|
|
59 |
registryurl=
|
|
60 |
registryname=
|
0 |
61 |
|
add skin properties files so that first can be enabled as the default when configuring metacat in the admin interface.
note: not checking in the modifcation to metacat.properties file - that will remain a deployment-specific change and not included in the standard distribution