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_isti
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

    
32
services.datasourceManager.core=simpleDnetDataSourceManagerCore
33

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

    
78
services.publisher.oai.host=localhost
79
services.transformation.vocabularyproperties.json={"map":{"AccessRights":{"name":"dnet:access_modes", "caseSensitive":"false"}, "Languages":{"name":"dnet:languages", "caseSensitive":"false", "delimiter":"/"}, "IstiTypologies":{"name":"isti:typologies", "caseSensitive":"false"}, "TextTypologies":{"name":"dnet:publication_resource", "caseSensitive":"false"}, "Groups":{"name":"isti:groups", "caseSensitive":"false"}}}
80

    
81

    
(2-2/2)