Project

General

Profile

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=station
11
registry.config.type=Repository
12
registry.config.debug=1
13

    
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=
25
registry.templates.modResult=
26
registry.templates.getReviews=
27

    
28
# email settings
29
email.sender=NCEAS Data Repository <noreply@nceas.ucsb.edu>
30
email.recipient=noreply@nceas.ucsb.edu
31
email.contact=Contact: help@nceas.ucsb.edu
32
email.admin=the repository administrator
33

    
34
# registry display settings
35
registry.show.siteList=true
36
registry.show.wgList=true
37
registry.show.organization=true
38
# registry module display
39
registry.modules.taxonomic=true
40
registry.modules.method=true
41
registry.modules.spatial=true
42
registry.modules.keyword=true
43
registry.modules.temporal=true
44
registry.modules.upload=false
45

    
46
registry.required.temporal=true
47
registry.required.spatial=true
48
registry.required.contactEmailAddress=false
49

    
50
# NCEAS specific
51
registry.db.connection=
52
registry.db.user=
53
registry.db.password=
54

    
55
# imported properties from lib/skin.configs/default/default.properties
56
# java code usage
57
lsidauthority=
58
registryurl=
59
registryname=
(5-5/19)