Project

General

Profile

1
container.hostname								= 	localhost
2
services.is.store.database.bean          		=   persistentExistDatabase
3
#services.is.store.database.bean                = 	temporaryExistDatabase
4

    
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

    
9
services.msro.reindex.limit      				=   100
10
#services.msro.disabled.beans   				=   reindexOAIPostCleaningEFGHandler,reindexOAIPostEditEFGHandler,reindexPostEditEFGHandler
11

    
12

    
13
services.aggregator.host						=	localhost
14
services.aggregator.name        				=   DRIVER
15

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

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

    
25
dnet.modular.ui.authorization.manager 			=	simpleAuthenticationManager
26
dnet.modular.ui.authorization.default.superAdmin=	admin
27

    
28

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

    
33
hbase.mapred.datatable 							=	db_openaireplus
34
hbase.actions.table 							=	db_actions
35

    
36
# Mail configuration
37

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

    
43
service.index.solr.rank.enable=true
44

    
45
services.publisher.oai.host=localhost
46
services.publisher.oai.port=27017
47

    
48
services.objectstore.dao=fSObjectstoreDao
49
services.transformation.blacklist_api = http://localhost:8280/validator-service/worfklows?request=GetBlacklistedRecords&datasourceId=
50
# AUTH
51
dnet.modular.ui.authorization.mongo.host=localhost
52
dnet.modular.ui.authorization.mongo.port=27017
53
dnet.modular.ui.authorization.mongo.db=dnet_auth
54
dnet.modular.ui.authorization.manager=mockUserAuthenticationManager
55
dnet.modular.ui.logout.url=http://localhost:8280/${container.context}/logout
56
service.index.feed.repeatDelay=2000
57
service.index.solr.nh.mdformat.enable=true
58
service.solr.index.jsonConfiguration=\
59
	{"id":"solr",\
60
	"address":"localhost:9983",\
61
	"port":"8983",\
62
	"webContext":"solr",\
63
	"numShards":"1",\
64
	"replicationFactor":"1",\
65
	"host":"localhost",\
66
	"feedingShutdownTolerance":"30000",\
67
	"feedingBufferFlushThreshold":"1000",\
68
	"feedingSimulationMode":"false",\
69
	"luceneMatchVersion":"4.9",\
70
	"serverLibPath":"../../../../contrib/extraction/lib",\
71
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
72
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
73
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
74
	"ramBufferSizeMB":"960","mergeFactor":"40",\
75
	"autosoftcommit":"-1","autocommit":"15000",\
76
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
77
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"}
78

    
79

    
(2-2/2)