Created
November 22, 2016 07:43
-
-
Save korteke/c770beb773016252a821f85f9e7e893e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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