1 |
4080
|
daigle
|
#
|
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=project
|
11 |
|
|
registry.config.type=Repository
|
12 |
|
|
registry.config.debug=1
|
13 |
|
|
|
14 |
|
|
# NCEAS custom theme sans-iframe
|
15 |
|
|
registry.templates.header=nceasHeader.tmpl
|
16 |
|
|
registry.templates.footer=nceasFooter.tmpl
|
17 |
|
|
|
18 |
|
|
# email settings
|
19 |
|
|
email.sender=NCEAS Data Repository <help@nceas.ucsb.edu>
|
20 |
|
|
email.recipient=help@nceas.ucsb.edu
|
21 |
|
|
email.admin=the repository administrator
|
22 |
|
|
|
23 |
|
|
# registry display settings
|
24 |
|
|
registry.show.siteList=false
|
25 |
|
|
registry.show.wgList=true
|
26 |
|
|
registry.show.organization=false
|
27 |
|
|
# registry module display
|
28 |
|
|
registry.modules.taxonomic=true
|
29 |
|
|
registry.modules.method=true
|
30 |
|
|
registry.modules.spatial=true
|
31 |
|
|
registry.modules.keyword=true
|
32 |
|
|
registry.modules.temporal=true
|
33 |
|
|
registry.modules.upload=true
|
34 |
|
|
|
35 |
|
|
registry.required.temporal=
|
36 |
|
|
registry.required.spatial=
|
37 |
|
|
registry.required.contactEmailAddress=
|
38 |
|
|
|
39 |
|
|
# NCEAS specific
|
40 |
|
|
registry.db.connection=//hyperion.nceas.ucsb.edu:1521/nceasp.nceas.ucsb.edu
|
41 |
|
|
registry.db.user= admowner
|
42 |
|
|
registry.db.password= your-pw-goes-here
|
43 |
|
|
|
44 |
|
|
# imported properties from lib/skin.configs/nceas/nceas.properties
|
45 |
|
|
# java code usage
|
46 |
|
|
lsidauthority=knb.ecoinformatics.org
|
47 |
|
|
registryurl=http://knb.ecoinformatics.org
|
48 |
|
|
registryname=KNB Data Registry
|