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_isti
5
dnet.bootstrap.schemas=classpath*:/eu/dnetlib/bootstrap/schemas/**/*.xsd
6
dnet.bootstrap.profiles=classpath*:/eu/dnetlib/bootstrap/profiles/**/*.xml
7

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

    
11
msro.wf.logger.name					=	wf_logs_dli
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.actions.table 							=	db_actions_dli
34

    
35
services.datasourceManager.core=simpleDnetDataSourceManagerCore
36

    
37
dnet.datasourcemanager.db.name=dnet_dli
38
services.mdstore.mongodb.db=mdstore_isti
39

    
40
# Mail configuration
41

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

    
47
service.index.solr.rank.enable=true
48

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

    
82
services.publisher.oai.host=localhost
83
services.transformation.vocabularyproperties.json={"map":{"AccessRights":{"name":"dnet:access_modes", "caseSensitive":"false"}, "Languages":{"name":"dnet:languages", "caseSensitive":"false", "delimiter":"/"}, "TextTypologies":{"name":"dnet:publication_resource", "caseSensitive":"false"}, "Departments":{"name":"isti:departments", "caseSensitive":"false"}}}
84

    
85

    
(2-2/2)