Skip to content

Commit

Permalink
update docs to include debug port
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
  • Loading branch information
shorsher committed Aug 24, 2022
1 parent 6001ac3 commit ebe6e38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ nav_order: 2
|methods| CORS setting to control the allowed methods|`string`|`[GET POST PUT PATCH DELETE]`
|origins|CORS setting to control the allowed origins|`string`|`[*]`

## debug

|Key|Description|Type|Default Value|
|---|-----------|----|-------------|
|port|An HTTP port on which to enable the go debugger|`int`|`-1`

## eventstreams

|Key|Description|Type|Default Value|
Expand Down

0 comments on commit ebe6e38

Please sign in to comment.