Update configuration to re-enable starting KeycloakServer for map storage (#13079)
This commit is contained in:
parent
d4c97bd3a9
commit
84ac2a2ba4
1 changed files with 1 additions and 4 deletions
|
@ -96,10 +96,7 @@
|
|||
"userSessions": {
|
||||
"provider": "${keycloak.userSession.provider:infinispan}",
|
||||
"map": {
|
||||
"storage-user-sessions": {
|
||||
"provider": "${keycloak.userSession.map.storage.provider:concurrenthashmap}"
|
||||
},
|
||||
"storage-client-sessions": {
|
||||
"storage": {
|
||||
"provider": "${keycloak.userSession.map.storage.provider:concurrenthashmap}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue