diff --git a/config.md b/config.md index 8b5860c..bd30457 100644 --- a/config.md +++ b/config.md @@ -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|