Project

General

Profile

1
container.hostname								= 	localhost
2
container.context=app
3
container.port=8280
4
services.is.store.database.bean          		=   persistentExistDatabase
5
#services.is.store.database.bean                = 	temporaryExistDatabase
6

    
7
dnet.data.path 									=	/tmp/dnet
8
dnet.bootstrap.schemas=classpath*:/eu/dnetlib/bootstrap/schemas/**/*.xsd
9
dnet.bootstrap.profiles=classpath*:/eu/dnetlib/bootstrap/profiles/**/*.xml
10

    
11
services.msro.reindex.limit      				=   100
12
#services.msro.disabled.beans   				=   reindexOAIPostCleaningEFGHandler,reindexOAIPostEditEFGHandler,reindexPostEditEFGHandler
13

    
14

    
15
services.aggregator.host						=	localhost
16
services.aggregator.name        				=   DRIVER
17

    
18
services.aggregator.country						=	EE
19
services.msro.data.source.resolver				=	extendedDataSourceResolver
20
services.registry.pending.resource.manager		=	compatPendingManager
21
transport.soap.force.local.address				=	true
22

    
23
msro.wf.nodes.mdstoreSearch.format 				=	OAF
24
msro.wf.nodes.mdstoreSearch.interpretation 		=	cleaned
25
msro.wf.nodes.download.xpathMetadataId 			=	//*[local-name()='objIdentifier']/text()
26

    
27
dnet.modular.ui.authorization.manager 			=	simpleAuthenticationManager
28
dnet.modular.ui.authorization.default.superAdmin=	admin
29

    
30

    
31
# MSRO SPECIFIC
32
services.msro.graph.updateindex.incremental		=	classpath:/eu/dnetlib/enabling/manager/msro/wf/update-index-incremental.wf.xml
33
dnet.datasource.updater 						=   openaireplusDatasourceUpdater
34

    
35
hbase.mapred.datatable 							=	db_openaireplus
36
hbase.actions.table 							=	db_actions
37

    
38
# Mail configuration
39

    
40
msro.wf.mail.smtp.host = smtp.isti.cnr.it
41
msro.wf.mail.smtp.user = smtp-dnet
42
msro.wf.mail.smtp.password = hhr*7932
43
msro.wf.mail.cc = michele.artini@isti.cnr.it
44

    
45
service.index.solr.rank.enable=true
46

    
47
services.publisher.oai.host=localhost
48
services.publisher.oai.port=27017
49
services.objectstore.dao=gridFSObjectstoreDao
50
services.transformation.blacklist_api = http://localhost:8280/validator-service/worfklows?request=GetBlacklistedRecords&datasourceId=
51
# AUTH
52
dnet.modular.ui.authorization.mongo.host=localhost
53
dnet.modular.ui.authorization.mongo.port=27017
54
dnet.modular.ui.authorization.mongo.db=dnet_auth
55
dnet.modular.ui.authorization.manager=mockUserAuthenticationManager
56
dnet.modular.ui.logout.url=http://localhost:8280/${container.context}/logout
57
service.index.feed.repeatDelay=2000
58
service.index.solr.nh.mdformat.enable=true
59
services.mdstore.backlinks.typerules=Is part of <-> Has part ; Has member <-> Is member of ; Owner of <-> Is owned by ; Preceded by <-> Followed by ; Is image of <-> Has image ; Is text of <-> Has text ; Mentions <-> Is mentioned by ; Used in <-> Used by ; Depicts <-> Is depicted in ; Director <-> Has directed
60
services.mdstore.backlinks.maxrels=1000
61

    
(2-2/2)