Project

General

Profile

1
infrastructure.name=integration
2

    
3
# Container properties
4
container.hostname = localhost
5
container.context=repoManager
6
container.port = 8080
7

    
8
# IS
9
ISLookUpService.url = http://node6.t.openaire.research-infrastructures.eu/is/services/isLookUp
10
ISRegistryService.url = http://node6.t.openaire.research-infrastructures.eu/is/services/isRegistry
11
ISSNService.url = http://node6.t.openaire.research-infrastructures.eu/is/services/isSN
12
#ISLookUpService.url = http://localhost:9190/is/services/isLookUp
13
#ISRegistryService.url = http://localhost:9190/is/services/isRegistry
14
#ISSNService.url = http://localhost:9190/is/services/isSN
15
# LDAP
16
services.users.ldap.address = 194.177.192.119
17
services.users.ldap.port = 389
18
services.users.ldap.username = cn=admin,dc=openaire,dc=eu
19
services.users.ldap.password = serenata
20
services.users.ldap.usersDN = ou=users,dc=openaire,dc=eu
21

    
22
#services.repo-manager.repository.testing.mode = true
23

    
24
ValidatorService.url=http://adonis.athenarc.gr:8080/validator-service/services/validatorWebService
25

    
26
# Broker Service
27
services.broker.url = http://broker1-dev-dnet.d4science.org
28
#services.broker.url = http://localhost
29
services.broker.port = 8080
30
#services.broker.port = 9090
31
services.broker.api = api/
32
services.broker.openaire = openaireBroker
33

    
34
#
35
# Configuration file classpath
36
configurationFileClassPath=classpath:application-context.xml
37

    
38
api.baseAddress=https://dev-openaire.d4science.org/openaire
39

    
40
service.repository-rest-api.baseUrl = http://localhost:8080
41

    
42

    
43
# the address where validator is running and is accessible from the controllers of the web
44
services.repo-manager.baseUrl = http://${container.hostname}:${container.port}/${container.context}
45

    
46
# base address for soap web services
47
transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context}
48

    
49
transport.soap.force.local.address = false
50

    
51
# the email of the administrator
52
# he will receive all the automatic bug reports and feedback created
53
services.repo-manager.adminEmail = nikonas@di.uoa.gr
54

    
55
# if set to true, getRepositories will return dummy repositories
56
services.repo-manager.repository.testing.mode = false
57

    
58
services.repo-manager.deploy.environment = development
59

    
60
# the mailhost for the mail service
61
services.validator.mail.host = smtp.gmail.com
62
# the port where the mail service is running
63
services.validator.mail.port = 465
64
# the address that appears in the from field in the mails send by the validator
65
services.validator.mail.fromAddress = no-reply@openaire.eu
66
# the reply-to field value in the mails send by the validator
67
services.validator.mail.replyToAddress = no-reply@openaire.eu
68
# the username of the account used to login in the mail server
69
services.validator.mail.username = test.openaire@gmail.com
70
# the password of the account used to login in the mail server
71
services.validator.mail.password = ^($*@$)*!$
72
# if authentication should take place
73
# if set to false username and password is not needed
74
services.validator.mail.authenticate = true
75
# is set to yes then all mails will not be sent to their targets but to the address specified in services.validator.mail.overrideEmail
76
services.validator.mail.override = false
77
# if set to true then no mails are send, they are only logged as a debug message
78
services.validator.mail.logonly = false
79
# the mode used for the mails send by the validator
80
services.validator.mail.mode = ssl
81
# used by eu.dnetlib.utils.MailLibrary to control debuggin messages
82
services.validator.mail.debug = false
83
# if services.validator.mail.override is true then all mails will be send only to this address
84
services.validator.mail.overrideEmail = nikonas@di.uoa.gr
85
# a comma-seperated list of address that will receive all mails about validations and repo registrations
86
services.validator.mail.specialRecipients = nikonas@di.uoa.gr
87

    
88
# a comma-seperated list of addresses that have the ability to register repos without the need for validation and registration
89
services.validator.repoRegistration.override = nikonas@di.uoa.gr
90

    
91

    
92
repomanager.db.driverClassName = org.postgresql.Driver
93
repomanager.db.url = jdbc:postgresql://194.177.192.119:5432/repomanager
94
repomanager.db.username = dnet
95
repomanager.db.password = dnetPwd
96

    
97
services.repomanager.analyticsURL = http://analytics.openaire.eu/addsite.php?
(1-1/2)