Project

General

Profile

1
dnet.data.path                  			= 	/tmp/dnet
2
services.is.store.database.bean          	=   persistentExistDatabase
3
#services.is.store.database.bean            =   temporaryExistDatabase
4

    
5
services.registration.default.hnmlocator   	=   dynamicHNMLocator
6

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

    
9
services.aggregator.host					=	localhost
10
services.aggregator.name        			=   DRIVER
11

    
12
services.msro.reindex.limit                 = 	100
13
service.index.solr.default.interpretation   = 	cleaned
14
services.aggregator.country                 = 	EE
15
services.aggregator.country					= 	EE
16

    
17
services.registry.pending.resource.manager	=	compatPendingManager
18
transport.soap.force.local.address			=	false
19

    
20
services.timeToSleep 						= 	8000
21

    
22
# MSRO SPECIFIC
23
msro.wf.nodes.mdstoreSearch.format 				= 	EMF
24
msro.wf.nodes.mdstoreSearch.interpretation 		= 	transformed
25
msro.wf.nodes.download.xpathMetadataId 			= 	//*[local-name()='dnetResourceIdentifier']/text()
26
#services.msro.graph.deletehi					=	classpath:/eu/dnetlib/enabling/manager/msro/wf/delete-hi-12.wf.xml
27
#services.msro.graph.createhi					=	classpath:/eu/dnetlib/enabling/manager/msro/wf/repo-hi-12.wf.xml
28
#services.msro.graph.updateindex.incremental		=	classpath:/eu/dnetlib/enabling/manager/msro/wf/update-index-incremental.wf.xml
29
services.msro.data.source.resolver				=	extendedDataSourceResolver
30
services.msro.reindex.limit      				=   100
31
#services.msro.disabled.beans   					=   reindexOAIPostCleaningEFGHandler,reindexOAIPostEditEFGHandler,reindexPostEditEFGHandler
32

    
33
# MODULAR UI
34
repo.ui.validation.show 			= true
35
repo.ui.appApi.show 				= false
36
#dnet.modular.ui.ribbon.environment  = Production
37
#dnet.modular.ui.ribbon.accent       = yellow
38

    
39
# MD STORE
40
services.mdstore.mongodb.host 		= localhost
41
services.mdstore.mongodb.db   		= mdstore_eagle
42

    
43
# MONGO LOGS
44
dnet.logger.mongo.host			= localhost
45
dnet.logger.mongo.db  			= dnet_logs_eagle
46

    
47
# OBJECT STORE
48
services.objectStore.mongodb.host 	= localhost
49
services.objectStore.mongodb.db 	= objectStore_eagle
50

    
51
# OAI SPECIFIC
52
services.publisher.oai.host						= localhost
53
services.publisher.oai.port						= 27017
54
# Reminder: The Mongo DB name is inside the OAI WF and OAI CONF PROFILE
55
services.oai.publisher.repo.name 				= 	EAGLE OAI-PMH Publisher
56
services.oai.publisher.repo.email 				= 	andrea.mannocci@isti.cnr.it
57
services.oai.publisher.baseUrl 					=
58

    
59
# AUTH
60
dnet.modular.ui.authorization.mongo.host 			= localhost
61
dnet.modular.ui.authorization.mongo.port 			= 27017
62
dnet.modular.ui.authorization.mongo.db 				= dnet_auth_eagle
63
dnet.modular.ui.authorization.manager 				= simpleAuthenticationManager
64
dnet.modular.ui.authorization.default.superAdmin 	= eagleadmin
65
dnet.admin.password									= b09315ea09c6d3b5680094257f1f70e4
66
dnet.guest.username									= eaglecontent
67
dnet.guest.password									= 1e79dab55155d03fd65a02fa8624eff8
68
dnet.modular.ui.logout.url            				= http://localhost:8280/${container.context}/logout
69

    
70
repo.ui.datasourceTypes.vocabulary = eagle:typologies
(3-3/3)