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 									=	/var/lib/dnet/recolecta
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

    
13
services.aggregator.host						=	localhost
14
services.aggregator.name                        =   D-NET
15
services.aggregator.country                     =   EU
16
services.registry.pending.resource.manager		=	compatPendingManager
17
transport.soap.force.local.address				=	true
18

    
19
#Authentication and authorization
20
dnet.modular.ui.authorization.manager          =   mockUserAuthenticationManager
21
dnet.modular.ui.authorization.default.superAdmin=	admin
22
dnet.modular.ui.authorization.default.user.id   =	admin
23
dnet.modular.ui.authorization.default.user.fullname=	Admin Recolecta
24
dnet.modular.ui.authorization.default.user.email=	admin@dnet.com
25
#dnet.admin.password                             =   f98c5d6f0e68b251f78bffac722fd0b9
26
#dnet.modular.ui.authorization.manager           =   mockUserAuthenticationManager
27
# Properties for the mock authorization manager ('mockUserAuthenticationManager')
28
dnet.modular.ui.authorization.mock.user.id      =   dnet
29
dnet.modular.ui.authorization.mock.user.name    =   DNet
30
dnet.modular.ui.authorization.mock.user.email   =   dnet-team@isti.cnr.it
31
transport.protocol                              =   http
32

    
33
# Mail configuration
34
msro.wf.mail.smtp.host                          =   smtp.host.eu
35
msro.wf.mail.smtp.user                          =   smtp-user
36
msro.wf.mail.smtp.password                      =   smtp-pwd
37
msro.wf.mail.cc                                 =   manager@email.eu
38
service.index.solr.rank.enable                  =   true
39
services.publisher.oai.host                     =   localhost
40
services.publisher.oai.port                     =   27017
41
services.objectstore.dao                        =   gridFSObjectstoreDao
42
# AUTH
43
dnet.modular.ui.authorization.mongo.host        =    localhost
44
dnet.modular.ui.authorization.mongo.port        =   27017
45
dnet.modular.ui.authorization.mongo.db          =   dnet_auth
46
dnet.modular.ui.logout.url                      =   http://localhost:8280/${container.context}/logout
47
service.index.feed.repeatDelay                  =   2000
48
service.index.solr.nh.mdformat.enable           =   true
49
service.solr.index.jsonConfiguration=\
50
	{"id":"solr",\
51
	"address":"localhost:9983",\
52
	"port":"8983",\
53
	"webContext":"solr",\
54
	"numShards":"1",\
55
	"replicationFactor":"1",\
56
	"host":"localhost",\
57
	"feedingShutdownTolerance":"30000",\
58
	"feedingBufferFlushThreshold":"1000",\
59
	"feedingSimulationMode":"false",\
60
	"luceneMatchVersion":"4.10",\
61
	"serverLibPath":"../../../../contrib/extraction/lib",\
62
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
63
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
64
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
65
	"ramBufferSizeMB":"960","mergeFactor":"40",\
66
	"autosoftcommit":"-1","autocommit":"15000",\
67
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
68
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"}
69

    
70
service.solr.index.client.jsonConfiguration=\
71
	{"id":"solr",\
72
	"address":"localhost:9983",\
73
	"port":"8983",\
74
	"webContext":"solr",\
75
	"numShards":"1",\
76
	"replicationFactor":"1",\
77
	"host":"localhost",\
78
	"feedingShutdownTolerance":"30000",\
79
	"feedingBufferFlushThreshold":"1000",\
80
	"feedingSimulationMode":"false",\
81
	"luceneMatchVersion":"4.10",\
82
	"serverLibPath":"../../../../contrib/extraction/lib",\
83
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
84
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
85
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
86
	"ramBufferSizeMB":"960","mergeFactor":"40",\
87
	"autosoftcommit":"-1","autocommit":"15000",\
88
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
89
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"}
    (1-1/1)