Skip to content
Snippets Groups Projects
Commit 37b96508 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2887 Usermanager URL Config Parameter nach kop-user-manager.url

umbenannt
parent c524fa10
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public class RootController {
static final String REL_DOWNLOAD_TOKEN = "downloadToken";
static final String REL_CURRENT_USER = "currentUser";
private static final String userManagerHealthPath = "/q/health";
private static final String userManagerHealthPath = "/q/health"; // NOSONAR
@Autowired(required = false)
public BuildProperties buildProperties;
......@@ -48,7 +48,7 @@ public class RootController {
@Autowired
private RestTemplate restTemplate;
@Value("${goofy.user-manager.url}")
@Value("${kop.user-manager.url}")
private String userManagerUrl;
@GetMapping
......
......@@ -5,8 +5,6 @@ logging:
goofy:
production: false
user-manager:
url: http://localhost:9092
keycloak:
auth-server-url: http://localhost:8088/auth
......@@ -16,3 +14,7 @@ keycloak:
server:
error:
include-stacktrace: always
kop:
user-manager:
url: http://localhost:9092
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment