1
|
infrastructure.name=integration
|
2
|
|
3
|
## Container properties
|
4
|
container.hostname=localhost
|
5
|
container.context=uoa-repository-manager-service
|
6
|
container.port = 8480
|
7
|
|
8
|
IS.url = https://dev-openaire.d4science.org/is/services
|
9
|
ISLookUpService.url = ${IS.url}/isLookUp
|
10
|
ISRegistryService.url = ${IS.url}/isRegistry
|
11
|
ISSNService.url = ${IS.url}/services/isSN
|
12
|
|
13
|
ValidatorService.url=http://localhost:8080/validator-service/services/validatorWebService
|
14
|
#ValidatorService.url=http://beta.services.openaire.eu/validator-service/services/validatorWebService
|
15
|
#ValidatorService.url=http://88.197.53.69:8080/validator-service/
|
16
|
|
17
|
services.provide.adminEmail=provide-admin@openaire.eu
|
18
|
|
19
|
## Broker Service
|
20
|
services.broker.url = http://broker1-dev-dnet.d4science.org
|
21
|
services.broker.port = 8080
|
22
|
services.broker.api = api/
|
23
|
services.broker.openaire = openaireBroker
|
24
|
|
25
|
#api.baseAddress=https://dev-openaire.d4science.org/openaire
|
26
|
api.baseAddress=http://beta.services.openaire.eu/openaire
|
27
|
|
28
|
service.repository-rest-api.baseUrl =http://${container.hostname}:${container.port}
|
29
|
services.repo-manager.baseUrl = http://${container.hostname}:${container.port}/${container.context}
|
30
|
|
31
|
transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context}
|
32
|
transport.soap.force.local.address = false
|
33
|
|
34
|
services.repo-manager.adminEmail = antleb@di.uoa.gr
|
35
|
services.repo-manager.repository.testing.mode = false
|
36
|
services.repo-manager.deploy.environment = development
|
37
|
services.validator.mail.host = smtp.gmail.com
|
38
|
services.validator.mail.port = 465
|
39
|
services.validator.mail.fromAddress = no-reply@openaire.eu
|
40
|
services.validator.mail.replyToAddress = no-reply@openaire.eu
|
41
|
services.validator.mail.username = test.openaire@gmail.com
|
42
|
services.validator.mail.password = ^($*@$)*!$
|
43
|
services.validator.mail.authenticate = true
|
44
|
services.validator.mail.override = false
|
45
|
services.validator.mail.logonly = false
|
46
|
services.validator.mail.mode = ssl
|
47
|
services.validator.mail.debug = false
|
48
|
services.validator.mail.overrideEmail = antleb@di.uoa.gr
|
49
|
services.validator.mail.specialRecipients = antleb@di.uoa.gr
|
50
|
|
51
|
services.validator.repoRegistration.override = antleb@di.uoa.gr
|
52
|
|
53
|
repomanager.db.driverClassName = org.postgresql.Driver
|
54
|
repomanager.db.url = jdbc:postgresql://194.177.192.119:5432/repomanager
|
55
|
repomanager.db.username = dnet
|
56
|
repomanager.db.password = dnetPwd
|
57
|
|
58
|
services.repomanager.analyticsURL = http://analytics.openaire.eu/addsite.php?
|
59
|
|
60
|
topic_types.url = https://beta.services.openaire.eu/provision/mvc/vocabularies/dnet:topic_types.json
|
61
|
|
62
|
oidc.issuer = https://aai.openaire.eu/oidc/
|
63
|
oidc.id = 767422b9-5461-4807-a80a-f9a2072d3a7d
|
64
|
oidc.secret = AMQtGlbTXNjwjhF0st28LmM6V0XypMdaVS7tJmGuYFlmH36iIv4t7tVqYuLYrNPkhnZ_GPUJvhymBhFupdgb6aU
|
65
|
|
66
|
oidc.dev.home = http://localhost:8480/uoa-repository-manager-service/openid_connect_login
|
67
|
webapp.dev.front = http://localhost:4200/landing
|
68
|
|
69
|
##REDIS-AAI
|
70
|
|
71
|
redis.host=vereniki.athenarc.gr
|
72
|
redis.port=6379
|
73
|
redis.password=redis01041992s
|
74
|
aai.mode=develop
|
75
|
|
76
|
#redis.host = aleka.athenarc.gr
|
77
|
#redis.port = 6379
|
78
|
#redis.password =
|
79
|
#aai.mode = develop
|
80
|
|
81
|
#redis.host=localhost
|
82
|
#redis.port=6379
|
83
|
#redis.password=
|
84
|
#aai.mode=develop
|
85
|
|
86
|
services.repomanager.usageStatisticsDiagramsBaseURL = https://beta.openaire.eu/stats3/
|
87
|
services.repomanager.usageStatisticsNumbersBaseURL = https://beta.services.openaire.eu/usagestats/datasources/
|
88
|
services.repomanager.usagestats.adminEmail = antleb@di.uoa.gr
|
89
|
|
90
|
##SUSHI
|
91
|
services.repomanager.usagestats.sushiliteEndpoint = http://beta.services.openaire.eu/usagestats/sushilite/
|
92
|
|
93
|
##SEARCH API
|
94
|
search.api.baseAddress=https://beta.services.openaire.eu/search/v2/api
|
95
|
search.api.usagestats=https://services.openaire.eu/usagestats
|
96
|
search.api.usageEvents=http://beta.lbs.openaire.eu:8080/ajax/summary
|