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
service.solr.index.jsonConfiguration=\
60
	{"id":"solr",\
61
	"address":"localhost:9983",\
62
	"port":"8983",\
63
	"webContext":"solr",\
64
	"numShards":"1",\
65
	"replicationFactor":"1",\
66
	"host":"localhost",\
67
	"feedingShutdownTolerance":"30000",\
68
	"feedingBufferFlushThreshold":"1000",\
69
	"feedingSimulationMode":"false",\
70
	"luceneMatchVersion":"5.5",\
71
	"serverLibPath":"../../../../contrib/extraction/lib",\
72
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
73
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
74
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
75
	"ramBufferSizeMB":"960","mergeFactor":"40",\
76
	"autosoftcommit":"-1","autocommit":"15000",\
77
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
78
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"}
79
service.solr.index.production.jsonConfiguration=\
80
	{"id":"solr_production",\
81
	"address":"146.48.85.147:9983",\
82
	"port":"8983",\
83
	"webContext":"solr",\
84
	"numShards":"1",\
85
	"replicationFactor":"1",\
86
	"host":"146.48.85.147",\
87
	"feedingShutdownTolerance":"30000",\
88
	"feedingBufferFlushThreshold":"1000",\
89
	"feedingSimulationMode":"false",\
90
	"luceneMatchVersion":"5.5",\
91
	"serverLibPath":"../../../../contrib/extraction/lib",\
92
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
93
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
94
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
95
	"ramBufferSizeMB":"960","mergeFactor":"40",\
96
	"autosoftcommit":"-1","autocommit":"15000",\
97
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
98
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"}
99
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
100
services.mdstore.backlinks.maxrels=1000
101

    
(2-2/2)