Project

General

Profile

« Previous | Next » 

Revision 50480

cleanup

View differences:

webapps/dnet-container-openaireplus/trunk/pom.xml
203 203
                <dependency>
204 204
                   <groupId>eu.dnetlib</groupId>
205 205
                   <artifactId>dnet-index-solr-common</artifactId>
206
                   <version>[1.3.0,2.0.0)</version>
206
                   <version>[1.3.2-SNAPSHOT,2.0.0)</version>
207 207
                </dependency>
208 208

  
209 209
		<dependency>
......
325 325

  
326 326
	</dependencies>
327 327

  
328
	<properties>
329
	  <apache.solr.version>6.6.0</apache.solr.version>
330
		<springfox-version>2.5.0</springfox-version>
331
	</properties>
332

  
333 328
</project>
webapps/dnet-container-openaireplus/branches/beta/src/main/resources/eu/dnetlib/cnr-site.properties
2 2
services.is.store.database.bean          		=   persistentExistDatabase
3 3
#services.is.store.database.bean                = 	temporaryExistDatabase
4 4

  
5
dnet.data.path 									=	/tmp/dnet
5
dnet.data.path 									=	/var/lib/dnet45
6 6
services.registration.default.hnmlocator   		=   dynamicHNMLocator
7 7

  
8 8
services.schemas								=	classpath*:/eu/dnetlib/test/schemas/**/*.xsd
......
31 31
services.msro.graph.updateindex.incremental		=	classpath:/eu/dnetlib/enabling/manager/msro/wf/update-index-incremental.wf.xml
32 32
dnet.datasource.updater 						=   openaireplusDatasourceUpdater
33 33

  
34
hbase.mapred.datatable 							=	db_openaireplus
34
hbase.mapred.datatable 							=	db_openaire_claudio
35 35
hbase.actions.table 							=	db_actions
36 36

  
37
dnet.openaire.db.name							=	dnet_openaire
38
dnet.openaire.claims.db.name						=	dnet_openaire
39

  
37 40
# Mail configuration
38 41

  
39 42
msro.wf.mail.smtp.host = smtp.isti.cnr.it
......
45 48

  
46 49
services.publisher.oai.host=localhost
47 50
services.publisher.oai.port=27017
51

  
48 52
services.objectstore.dao=fSObjectstoreDao
53
services.transformation.blacklist_api = http://localhost:8280/validator-service/worfklows?request=GetBlacklistedRecords&datasourceId=
49 54

  
50
#Transformator property: need to set something or the webapp does not start
51
#TODO: please change this to the correct address of the validator service as soon as we have it
52
services.transformation.blacklist_api = http://localhost:8280/validator-service/worfklows?request=GetBlacklistedRecords&datasourceId=
55
# REST API CONFIGURATION
56
api.rest.title          =   OpenAIRE aggregator REST API
57
api.rest.description    =   The OpenAIRE data provision REST API allows developers to access the metadata information space of OpenAIRE programmatically.
58
api.rest.license        =   LICENSED UNDER A CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE.
59
api.rest.license.url    =   https://creativecommons.org/licenses/by/4.0
60
api.rest.contact.name   =   D-Net team
61
api.rest.contact.url    =   http://www.d-net.research-infrastructures.eu
62
api.rest.contact.email  =   dnet-team@isti.cnr.it
63

  
64
# SWAGGER
65
springfox.documentation.swagger.v2.path     =   /api-docs
66
spring.jackson.date-format                  =   io.swagger.RFC3339DateFormat
67
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
68

  

Also available in: Unified diff