# SERVICES container.hostname = localhost container.port = 8980 container.context = provision services.registration.delay = 15000 services.is.host = localhost 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 service.index.solr.default.interpretation=openaire 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":"rm1-hadoop.d4science.org:2181,rm2-hadoop.d4science.org:2181,rm3-hadoop.d4science.org:2181/solr-dev-openaire",\ "port":"8983",\ "webContext":"solr",\ "numShards":"3",\ "replicationFactor":"1",\ "maxShardsPerNode":"9",\ "host":"localhost",\ "feedingShutdownTolerance":"30000",\ "feedingBufferFlushThreshold":"1000",\ "feedingSimulationMode":"false",\ "luceneMatchVersion":"7.2.0"} service.solr.index.jsonConfiguration= \ {"id":"solr",\ "address":"rm1-hadoop.d4science.org:2181,rm2-hadoop.d4science.org:2181,rm3-hadoop.d4science.org:2181/solr-dev-openaire",\ "port":"8983",\ "webContext":"solr",\ "numShards":"3",\ "replicationFactor":"1",\ "maxShardsPerNode":"9",\ "host":"index1.t.hadoop.research-infrastructures.eu",\ "feedingShutdownTolerance":"30000",\ "feedingBufferFlushThreshold":"1000",\ "feedingSimulationMode":"false",\ "luceneMatchVersion":"7.2.0"} 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_node6_t