Skip to content

Instantly share code, notes, and snippets.

@korteke
Created November 22, 2016 07:43
Show Gist options
  • Select an option

  • Save korteke/c770beb773016252a821f85f9e7e893e to your computer and use it in GitHub Desktop.

Select an option

Save korteke/c770beb773016252a821f85f9e7e893e to your computer and use it in GitHub Desktop.
{
"handler": {
"type": "Router",
"audit": "global",
"baseURI": "http://app.example.com:8081",
"capture": "all"
},
"heap": [
{
"name": "LogSink",
"type": "ConsoleLogSink",
"config": {
"level": "DEBUG"
}
},
{
"name": "JwtSession",
"type": "JwtSession"
},
{
"name": "capture",
"type": "CaptureDecorator",
"config": {
"captureEntity": true,
"_captureContext": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment