Project

General

Profile

1
# SERVICES
2
container.hostname      =   localhost
3
container.port          =   8980
4
container.context       =   provision
5
services.registration.delay = 15000
6
services.is.host        =   dev-openaire.d4science.org
7
services.is.port        =   8280
8
services.is.baseurl     =   http://${services.is.host}:${services.is.port}/app/services
9
services.is.lookup.url  =   ${services.is.baseurl}/isLookUp
10
transport.soap.force.local.address=true
11

    
12
# REST API CONFIGURATION
13
api.rest.title          =   OpenAIRE data provision REST API
14
api.rest.description    =   The OpenAIRE data provision REST API allows developers to access the metadata information space of OpenAIRE programmatically.
15
api.rest.license        =   LICENSED UNDER A CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE.
16
api.rest.license.url    =   https://creativecommons.org/licenses/by/4.0
17
api.rest.contact.name   =   D-Net team
18
api.rest.contact.url    =   http://www.d-net.research-infrastructures.eu
19
api.rest.contact.email  =   dnet-team@isti.cnr.it
20

    
21
# SWAGGER
22
springfox.documentation.swagger.v2.path     =   /api-docs
23
spring.jackson.date-format                  =   io.swagger.RFC3339DateFormat
24
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
25

    
26
# DNET SERVICE CONFIGURATION
27
service.index.solr.default.interpretation=openaire
28
service.solr.index.jsonConfiguration= \
29
	{"id":"solr",\
30
	"address":"localhost:9983",\
31
	"port":"8983",\
32
	"webContext":"solr",\
33
	"numShards":"4",\
34
	"replicationFactor":"1",\
35
    "maxShardsPerNode":"4",\
36
	"host":"localhost",\
37
	"feedingShutdownTolerance":"30000",\
38
	"feedingBufferFlushThreshold":"1000",\
39
	"feedingSimulationMode":"false",\
40
	"luceneMatchVersion":"4.9",\
41
	"serverLibPath":"../../../../contrib/extraction/lib",\
42
	"filterCacheSize":"512","filterCacheInitialSize":"512",\
43
	"queryCacheSize":"512","queryCacheInitialSize":"512",\
44
	"documentCacheSize":"512","documentCacheInitialSize":"512",\
45
	"ramBufferSizeMB":"960","mergeFactor":"40",\
46
	"autosoftcommit":"-1","autocommit":"15000",\
47
	"termIndexInterval":"1024","maxIndexingThreads":"8",\
48
	"queryResultWindowSize":"20","queryResultMaxDocCached":"200"} 
49

    
50
services.publisher.oai.host     =   localhost
51
services.publisher.oai.port     =   27017
52
service.index.feed.repeatDelay  =   20000
53
service.index.solr.nh.mdformat.enable   = true
54
service.index.solr.rank.enable          = true
55
dnet.openaire.db.name           =   dnet_openaireplus
(3-3/3)