From 1557a3c0117845bac1b17a5370b520581e23807f Mon Sep 17 00:00:00 2001 From: "marco.martorana@eng.it" <marco.martorana@eng.it> Date: Mon, 27 Sep 2021 17:00:21 +0200 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 21b27fb..6c3879c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -18,7 +18,7 @@ springdoc.swagger-ui.path=/swagger-ui.html keycloak.enabled=true keycloak.public-client=true #keycloak.auth-server-url=${IDM_URI:http://localhost:9080/auth} -keycloak.auth-server-url=${IDM_URI:http://host.docker.internal:8089/auth} +keycloak.auth-server-url=${IDM_URI:http://localhost:8081/auth} keycloak.realm=urbanite keycloak.resource=urbanite keycloak.bearer-only=true -- GitLab