Revision 4280
Added by daigle over 16 years ago
nceas.properties | ||
---|---|---|
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 | 4 |
registry.config.username=uid=nceasadmin,o=NCEAS,dc=ecoinformatics,dc=org |
5 |
registry.config.password=your-pw-goes-here
|
|
5 |
registry.config.password= |
|
6 | 6 |
registry.config.scope=nceas |
7 | 7 |
registry.config.organization=National Center for Ecological Analysis and Synthesis |
8 | 8 |
registry.config.abbrev=NCEAS |
9 |
#registry.config.url=http://www.nceas.ucsb.edu/
|
|
9 |
registry.config.url=http://www.nceas.ucsb.edu/ |
|
10 | 10 |
registry.config.site=station |
11 | 11 |
registry.config.type=Repository |
12 | 12 |
registry.config.debug=1 |
13 | 13 |
|
14 |
# NCEAS custom theme sans-iframe |
|
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 |
|
15 | 21 |
registry.templates.header=nceasHeader.tmpl |
16 | 22 |
registry.templates.footer=nceasFooter.tmpl |
23 |
# ESA-skin specific templates |
|
24 |
registry.templates.modEmailNotification= |
|
25 |
registry.templates.modResult= |
|
26 |
registry.templates.getReviews= |
|
17 | 27 |
|
18 | 28 |
# email settings |
19 | 29 |
email.sender=NCEAS Data Repository <help@nceas.ucsb.edu> |
... | ... | |
21 | 31 |
email.admin=the repository administrator |
22 | 32 |
|
23 | 33 |
# registry display settings |
24 |
|
|
25 |
|
|
26 |
## look in 1.8 metacat in register-dataset.cgi for default values |
|
27 |
## MCD what shows up in basic information |
|
28 |
registry.show.siteList=true |
|
34 |
registry.show.siteList=false |
|
29 | 35 |
registry.show.wgList=true |
30 |
registry.show.organization=true
|
|
36 |
registry.show.organization=false
|
|
31 | 37 |
# registry module display |
32 |
|
|
33 |
## MCD block will not show up if false |
|
34 | 38 |
registry.modules.taxonomic=true |
35 | 39 |
registry.modules.method=true |
36 | 40 |
registry.modules.spatial=true |
37 | 41 |
registry.modules.keyword=true |
38 | 42 |
registry.modules.temporal=true |
39 | 43 |
registry.modules.upload=false |
40 |
|
|
41 |
## MCD are these required fields? (for form submission) |
|
44 |
## registry required fields (for form submission) |
|
42 | 45 |
registry.required.temporal=true |
43 | 46 |
registry.required.spatial=true |
44 | 47 |
registry.required.contactEmailAddress=false |
... | ... | |
46 | 49 |
# NCEAS specific |
47 | 50 |
registry.db.connection=//hyperion.nceas.ucsb.edu:1521/nceasp.nceas.ucsb.edu |
48 | 51 |
registry.db.user= admowner |
49 |
registry.db.password= your-pw-goes-here
|
|
52 |
registry.db.password= |
|
50 | 53 |
|
51 | 54 |
# imported properties from lib/skin.configs/nceas/nceas.properties |
52 | 55 |
# java code usage |
Also available in: Unified diff
Bring the <skin>.properties file into sync with the old <skin>.cfg data. Modify metadata files so appropriate configuration information is shown for each skin.