Revision 4280
Added by daigle over 16 years ago
esa.properties | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 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/
|
|
4 |
registry.config.username=uid=esaadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
|
5 |
registry.config.password= |
|
6 |
registry.config.scope=esa
|
|
7 |
registry.config.organization=Ecological Society of America
|
|
8 |
registry.config.abbrev=ESA
|
|
9 |
registry.config.url=http://www.esa.org/
|
|
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 |
|
15 |
registry.templates.header=nceasHeader.tmpl |
|
16 |
registry.templates.footer=nceasFooter.tmpl |
|
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=esaModNotification.tmpl |
|
25 |
registry.templates.modResult=esaModResultTemplate.tmpl |
|
26 |
registry.templates.getReviews=getReviews.tmpl |
|
17 | 27 |
|
18 | 28 |
# 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
|
|
29 |
email.sender=ESA Data Registry <esaadmin@nceas.ucsb.edu>
|
|
30 |
email.recipient=esaadmin@nceas.ucsb.edu
|
|
31 |
email.admin=ESA Registry Administrator
|
|
22 | 32 |
|
23 | 33 |
# registry display settings |
24 |
registry.show.siteList=true
|
|
25 |
registry.show.wgList=true
|
|
34 |
registry.show.siteList=false
|
|
35 |
registry.show.wgList=false
|
|
26 | 36 |
registry.show.organization=true |
27 | 37 |
# registry module display |
28 | 38 |
registry.modules.taxonomic=true |
... | ... | |
34 | 44 |
|
35 | 45 |
registry.required.temporal=true |
36 | 46 |
registry.required.spatial=true |
37 |
registry.required.contactEmailAddress=false
|
|
47 |
registry.required.contactEmailAddress=true
|
|
38 | 48 |
|
39 | 49 |
# NCEAS specific, safe to ignore |
40 | 50 |
registry.db.connection= |
... | ... | |
46 | 56 |
lsidauthority=knb.ecoinformatics.org |
47 | 57 |
registryurl=http://knb.ecoinformatics.org |
48 | 58 |
registryname=KNB Data Registry |
59 |
|
|
60 |
moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org |
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.