Project

General

Profile

1
container.hostname								= 	localhost
2
services.is.store.database.bean          		=   persistentExistDatabase
3
#services.is.store.database.bean                = 	temporaryExistDatabase
4
dnet.data.path=/var/lib/dnet_wds
5
#dnet.data.path 								=	/tmp/dnet
6
dnet.bootstrap.schemas=classpath*:/eu/dnetlib/bootstrap/schemas/**/*.xsd
7
dnet.bootstrap.profiles=classpath*:/eu/dnetlib/bootstrap/profiles/**/*.xml
8
msro.wf.logger.name=wf_logs_wds
9

    
10
services.aggregator.host						=	localhost
11
services.aggregator.name=WDS
12

    
13
services.aggregator.country						=	EE
14

    
15
services.msro.data.source.resolver				=	extendedDataSourceResolver
16
services.registry.pending.resource.manager		=	compatPendingManager
17
transport.soap.force.local.address				=	true
18
msro.wf.nodes.mdstoreSearch.format=DMF
19
msro.wf.nodes.mdstoreSearch.interpretation 		=	cleaned
20
msro.wf.nodes.download.xpathMetadataId 			=	//*[local-name()='objIdentifier']/text()
21

    
22

    
23
dnet.modular.ui.authorization.default.superAdmin=	admin
24

    
25

    
26
# MSRO SPECIFIC
27
services.msro.graph.updateindex.incremental		=	classpath:/eu/dnetlib/enabling/manager/msro/wf/update-index-incremental.wf.xml
28
hbase.actions.table=db_actions_wds
29
services.datasourceManager.core=simpleDnetDataSourceManagerCore
30
dnet.datasourcemanager.db.name=dnet_wds
31

    
32

    
33
# Mail configuration
34
msro.wf.mail.smtp.host=smtp.isti.cnr.it
35
msro.wf.mail.smtp.user=smtp-dnet
36
msro.wf.mail.smtp.password=hhr*7932
37
msro.wf.mail.cc=sandro.labruzzo@isti.cnr.it
38
services.publisher.oai.host=localhost
39
services.publisher.oai.port=27017
40
services.objectstore.dao=gridFSObjectstoreDao
41

    
42
# AUTH
43
dnet.modular.ui.authorization.mongo.port=27017
44
dnet.modular.ui.authorization.mongo.db=dnet_auth
45
dnet.modular.ui.authorization.manager=mockUserAuthenticationManager
46
dnet.modular.ui.logout.url=http://localhost:8280/${container.context}/logout
47
services.mdstore.mongodb.db=mdstore_wds_test
48
dnet.logger.mongo.host                         =   localhost
49
dnet.logger.mongo.port=27017
50
dnet.modular.ui.authorization.mongo.host=localhost
51
services.mdstore.mongodb.host=localhost
52
services.pid.resolver.header=wds_resolver::
53
services.wds.resolver.store.DatabaseName=wdsresolvedStore
54
services.wds.resolver.store.CollectionName=resolvedCollection
(2-2/2)