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_openaireplus
35
hbase.actions.table 							=	db_actions
36

    
37
# Mail configuration
38

    
39
msro.wf.mail.smtp.host = smtp.isti.cnr.it
40
msro.wf.mail.smtp.user = smtp-dnet
41
msro.wf.mail.smtp.password = hhr*7932
42
msro.wf.mail.cc = michele.artini@isti.cnr.it
43

    
44
service.index.solr.rank.enable=true
45

    
46
services.publisher.oai.host=localhost
47
services.publisher.oai.port=27017
48

    
49
#services.objectstore.dao=fSObjectstoreDao
50
services.transformation.blacklist_api = http://localhost:8280/validator-service/worfklows?request=GetBlacklistedRecords&datasourceId=
51

    
52
# REST API CONFIGURATION
53
api.rest.title          =   Override property 'api.rest.title' to set an informative title
54
api.rest.description    =   Override property 'api.rest.description' to set an informative description
55
api.rest.license        =   LICENSED UNDER A CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE.
56
api.rest.license.url    =   https://creativecommons.org/licenses/by/4.0
57
api.rest.contact.name   =   D-Net team
58
api.rest.contact.url    =   http://www.d-net.research-infrastructures.eu
59
api.rest.contact.email  =   dnet-team@isti.cnr.it
60

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

    
66
dnet.openaire.db.name = dnet_openaire
67
dnet.openaire.db.password = TOADD
68

    
69
services.objectstore.dao=S3ObjectstoreDao
70
dnet.objectStore.s3.accessKey = TOADD
71
dnet.objectStore.s3.secretKey =TOADD
72
dnet.objectStore.s3.endPoint =s3.icm.edu.pl
73
dnet.objectStore.s3.objectStoreBucket =openaire-mdstore-dev
(3-3/3)