Project

General

Profile

« Previous | Next » 

Revision 53003

1. Add env var for cookies 2. Add sushi controllers 3. Bug fix on piwik/repo 4. Add stats controllers/service

View differences:

application.properties
1 1
infrastructure.name=integration
2
#
2

  
3 3
## Container properties
4 4
container.hostname=aleka.athenarc.gr
5 5
container.context=uoa-repository-manager-service
6 6
container.port = 8480
7
#
7

  
8 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
#
13
#
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

  
13
IS.url = https://dev-openaire.d4science.org/is/services
14
ISLookUpService.url = ${IS.url}/isLookUp
15
ISRegistryService.url = ${IS.url}/isRegistry
16
ISSNService.url = ${IS.url}/services/isSN
17

  
18

  
14 19
ValidatorService.url=http://adonis.athenarc.gr:8080/validator-service/services/validatorWebService
15
#
20

  
16 21
## Broker Service
17 22
services.broker.url = http://broker1-dev-dnet.d4science.org
18 23
services.broker.port = 8080
19 24
services.broker.api = api/
20 25
services.broker.openaire = openaireBroker
21
#
22
#
26

  
27

  
23 28
api.baseAddress=https://dev-openaire.d4science.org/openaire
24 29
##api.baseAddress=http://beta.services.openaire.eu:8080/openaire
25
#
30

  
26 31
service.repository-rest-api.baseUrl =http://${container.hostname}:${container.port}
27 32
services.repo-manager.baseUrl = http://${container.hostname}:${container.port}/${container.context}
28
#
33

  
29 34
transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context}
30 35
transport.soap.force.local.address = false
31
#
36

  
32 37
services.repo-manager.adminEmail = pkanakakis@di.uoa.gr
33 38
services.repo-manager.repository.testing.mode = false
34 39
services.repo-manager.deploy.environment = development
......
45 50
services.validator.mail.debug = false
46 51
services.validator.mail.overrideEmail = pkanakakis@di.uoa.gr
47 52
services.validator.mail.specialRecipients = pkanakakis@di.uoa.gr
48
#
53

  
49 54
services.validator.repoRegistration.override = pkanakakis@di.uoa.gr
50
#
51
#
55

  
56

  
52 57
repomanager.db.driverClassName = org.postgresql.Driver
53 58
repomanager.db.url = jdbc:postgresql://194.177.192.119:5432/repomanager
54 59
repomanager.db.username = dnet
55 60
repomanager.db.password = dnetPwd
56
#
61

  
57 62
services.repomanager.analyticsURL = http://analytics.openaire.eu/addsite.php?
58
#
63

  
59 64
topic_types.url = https://beta.services.openaire.eu/provision/mvc/vocabularies/dnet:topic_types.json
60
#
65

  
61 66
oidc.issuer = https://aai.openaire.eu/oidc/
62 67
oidc.id = 767422b9-5461-4807-a80a-f9a2072d3a7d
63 68
oidc.secret = AMQtGlbTXNjwjhF0st28LmM6V0XypMdaVS7tJmGuYFlmH36iIv4t7tVqYuLYrNPkhnZ_GPUJvhymBhFupdgb6aU
64
#
65
#oidc.dev.home = http://koulis.athenarc.gr:4200/uoa-repository-manager-service/openid_connect_login
66
#webapp.dev.front = http://koulis.athenarc.gr:4200/landing
67
oidc.dev.home = http://aleka.athenarc.gr:4200/uoa-repository-manager-service/openid_connect_login
68
webapp.dev.front = http://aleka.athenarc.gr:4200/landing
69
#
69

  
70
oidc.dev.home = http://koulis.athenarc.gr:4200/uoa-repository-manager-service/openid_connect_login
71
webapp.dev.front = http://koulis.athenarc.gr:4200/landing
72
#oidc.dev.home = http://aleka.athenarc.gr:4200/uoa-repository-manager-service/openid_connect_login
73
#webapp.dev.front = http://aleka.athenarc.gr:4200/landing
74

  
75
##REDIS-AAI
76

  
70 77
redis.host = audrey.athenarc.gr
71 78
redis.port = 6379
72 79
redis.password = E#Szvnidd
73
#
80
aai.mode = develop
81

  
82

  
83

  
74 84
services.repomanager.usageStatisticsDiagramsBaseURL = https://beta.openaire.eu/stats3/
75 85
services.repomanager.usageStatisticsNumbersBaseURL = https://beta.services.openaire.eu/usagestats/datasources/
76 86
services.repomanager.usagestats.adminEmail = pkanakakis@di.uoa.gr
77 87

  
78 88

  
89
##SUSHI
90
services.repomanager.usagestats.sushiliteEndpoint = http://beta.services.openaire.eu/usagestats/sushilite/
91

  
92
##SEARCH API
93
search.api.baseAddress=https://beta.services.openaire.eu/search/v2/api

Also available in: Unified diff