diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 21b27fb318bddd4f5bd13f01794c2b1ae0450bdc..6c3879c9952de562470c031772694e6f961873db 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