Merge pull request #1935 from thomasdarimont/patch-1
Fixed missing ':' in the JSON example.
This commit is contained in:
commit
0f3d8b8513
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ CODE_TO_TOKEN events add the following to keycloak-server.json:
|
||||||
|
|
||||||
...
|
...
|
||||||
"eventsListener": {
|
"eventsListener": {
|
||||||
"sysout" {
|
"sysout": {
|
||||||
"exclude": [ "REFRESH_TOKEN", "CODE_TO_TOKEN" ]
|
"exclude": [ "REFRESH_TOKEN", "CODE_TO_TOKEN" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue