Revision 4116
Added by daigle over 16 years ago
lib/style/skins/default/default.properties | ||
---|---|---|
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=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 |
|
0 | 49 |
lib/style/skins/default/default.properties.metadata.xml | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
|
|
3 |
<metadataConfig> |
|
4 |
<group> |
|
5 |
<index>1</index> |
|
6 |
<name>Skins Configuration</name> |
|
7 |
<comment>Choose configure the skins that will be available in this instance of MetaCat.</comment> |
|
8 |
<description>Skin Configuration Values.</description> |
|
9 |
</group> |
|
10 |
|
|
11 |
<config> |
|
12 |
<key>registry.db.connection</key> |
|
13 |
<label>Database Connection</label> |
|
14 |
<group>1</group> |
|
15 |
<index>1</index> |
|
16 |
<description>Local database connection string.</description> |
|
17 |
</config> |
|
18 |
|
|
19 |
<config> |
|
20 |
<key>registry.db.user</key> |
|
21 |
<label>Database Username</label> |
|
22 |
<group>1</group> |
|
23 |
<index>2</index> |
|
24 |
<description>Local database user name.</description> |
|
25 |
</config> |
|
26 |
|
|
27 |
<config> |
|
28 |
<key>registry.db.password</key> |
|
29 |
<label>Database Password</label> |
|
30 |
<group>1</group> |
|
31 |
<fieldType>password</fieldType> |
|
32 |
<index>3</index> |
|
33 |
<description>Local database password.</description> |
|
34 |
</config> |
|
35 |
|
|
36 |
</metadataConfig> |
|
0 | 37 |
Also available in: Unified diff
Add skins properties files to default skin