Project

General

Profile

1
container.hostname								= 	localhost
2
services.is.store.database.bean          		=   persistentExistDatabase
3
#services.is.store.database.bean                = 	temporaryExistDatabase
4

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

    
8
services.schemas								=	classpath*:/eu/dnetlib/test/schemas/**/*.xsd
9

    
10
services.msro.reindex.limit      				=   100
11
#services.msro.disabled.beans   				=   reindexOAIPostCleaningEFGHandler,reindexOAIPostEditEFGHandler,reindexPostEditEFGHandler
12

    
13

    
14
services.aggregator.host						=	localhost
15
services.aggregator.name        				=   DRIVER
16

    
17
services.aggregator.country						=	EE
18
services.msro.data.source.resolver				=	extendedDataSourceResolver
19
services.registry.pending.resource.manager		=	compatPendingManager
20
transport.soap.force.local.address				=	true
21

    
22
msro.wf.nodes.mdstoreSearch.format 				=	OAF
23
msro.wf.nodes.mdstoreSearch.interpretation 		=	cleaned
24
msro.wf.nodes.download.xpathMetadataId 			=	//*[local-name()='objIdentifier']/text()
25

    
26
dnet.modular.ui.authorization.manager 			=	simpleAuthenticationManager
27
dnet.modular.ui.authorization.default.superAdmin=	admin
28

    
29

    
30
# MSRO SPECIFIC
31
services.msro.graph.updateindex.incremental		=	classpath:/eu/dnetlib/enabling/manager/msro/wf/update-index-incremental.wf.xml
32
dnet.datasource.updater 						=   openaireplusDatasourceUpdater
33

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

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

    
40
# Mail configuration
41

    
42
msro.wf.mail.smtp.host = smtp.isti.cnr.it
43
msro.wf.mail.smtp.user = smtp-dnet
44
msro.wf.mail.smtp.password = hhr*7932
45
msro.wf.mail.cc = michele.artini@isti.cnr.it
46

    
47
service.index.solr.rank.enable=true
48

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

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

    
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

    
(3-3/3)