Revision 55038
Added by Panagiotis Kanakakis about 4 years ago
modules/uoa-repository-manager-service/branches/dev-api/src/main/java/eu/dnetlib/repo/manager/service/RepositoryServiceImpl.java | ||
---|---|---|
117 | 117 |
LOGGER.debug("Initialization method of repository api!"); |
118 | 118 |
LOGGER.debug("Updated version!"); |
119 | 119 |
|
120 |
httpHeaders = new HttpHeaders(); |
|
121 |
httpHeaders.set("Content-Type", "application/json"); |
|
120 | 122 |
|
121 | 123 |
for (String vocName : vocabularyNames) { |
122 | 124 |
vocabularyMap.put(vocName, vocabularyLoader.getVocabulary(vocName, Locale.ENGLISH, Locale.ROOT)); |
modules/uoa-repository-manager-service/branches/dev-api/src/main/resources/application.properties | ||
---|---|---|
61 | 61 |
oidc.id = 767422b9-5461-4807-a80a-f9a2072d3a7d |
62 | 62 |
oidc.secret = AMQtGlbTXNjwjhF0st28LmM6V0XypMdaVS7tJmGuYFlmH36iIv4t7tVqYuLYrNPkhnZ_GPUJvhymBhFupdgb6aU |
63 | 63 |
|
64 |
oidc.dev.home = http://aleka.athenarc.gr:8480/uoa-repository-manager-service/openid_connect_login
|
|
65 |
webapp.dev.front = http://aleka.athenarc.gr:4200/landing
|
|
64 |
oidc.dev.home = http://localhost:8480/uoa-repository-manager-service/openid_connect_login
|
|
65 |
webapp.dev.front = http://localhost:4200/landing
|
|
66 | 66 |
|
67 | 67 |
##REDIS-AAI |
68 | 68 |
|
Also available in: Unified diff
Update headers on repository service