keycloak - change server port (#6401)
* add user-info endpoint live test * keycloak - change server port
This commit is contained in:
parent
a23c276392
commit
b48e564814
|
@ -1,3 +1,6 @@
|
||||||
|
### server port
|
||||||
|
server.port=8081
|
||||||
|
|
||||||
#Keycloak Configuration
|
#Keycloak Configuration
|
||||||
keycloak.auth-server-url=http://localhost:8180/auth
|
keycloak.auth-server-url=http://localhost:8180/auth
|
||||||
keycloak.realm=SpringBootKeycloak
|
keycloak.realm=SpringBootKeycloak
|
||||||
|
|
Loading…
Reference in New Issue