# SERVICES container.hostname = localhost container.port = 8980 container.context = provision services.registration.delay = 15000 services.is.host = dev-openaire.d4science.org services.is.port = 8280 services.is.baseurl = http://${services.is.host}:${services.is.port}/app/services services.is.lookup.url = ${services.is.baseurl}/isLookUp transport.soap.force.local.address=true # REST API CONFIGURATION api.rest.title = OpenAIRE data provision REST API api.rest.description = The OpenAIRE data provision REST API allows developers to access the metadata information space of OpenAIRE programmatically. api.rest.license = LICENSED UNDER A CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE. api.rest.license.url = https://creativecommons.org/licenses/by/4.0 api.rest.contact.name = D-Net team api.rest.contact.url = http://www.d-net.research-infrastructures.eu api.rest.contact.email = dnet-team@isti.cnr.it # SWAGGER springfox.documentation.swagger.v2.path = /api-docs spring.jackson.date-format = io.swagger.RFC3339DateFormat spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false # DNET SERVICE CONFIGURATION service.index.solr.default.interpretation=openaire service.solr.index.jsonConfiguration= \ {"id":"solr",\ "address":"localhost:9983",\ "port":"8983",\ "webContext":"solr",\ "numShards":"4",\ "replicationFactor":"1",\ "maxShardsPerNode":"4",\ "host":"localhost",\ "feedingShutdownTolerance":"30000",\ "feedingBufferFlushThreshold":"1000",\ "feedingSimulationMode":"false",\ "luceneMatchVersion":"4.9",\ "serverLibPath":"../../../../contrib/extraction/lib",\ "filterCacheSize":"512","filterCacheInitialSize":"512",\ "queryCacheSize":"512","queryCacheInitialSize":"512",\ "documentCacheSize":"512","documentCacheInitialSize":"512",\ "ramBufferSizeMB":"960","mergeFactor":"40",\ "autosoftcommit":"-1","autocommit":"15000",\ "termIndexInterval":"1024","maxIndexingThreads":"8",\ "queryResultWindowSize":"20","queryResultMaxDocCached":"200"} services.publisher.oai.host = localhost services.publisher.oai.port = 27017 service.index.feed.repeatDelay = 20000 service.index.solr.nh.mdformat.enable = true service.index.solr.rank.enable = true dnet.openaire.db.name = dnet_openaireplus