From 4a2e0dd88b7d811a2a6ac7731ef838a485ec8e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Franco?= Date: Sat, 1 Sep 2018 20:52:34 +0200 Subject: [PATCH] Add emitErrors property explanation to server config docs --- docs/3.x.x/en/configurations/configurations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/3.x.x/en/configurations/configurations.md b/docs/3.x.x/en/configurations/configurations.md index 9c908f9cd3..561c2dbd87 100644 --- a/docs/3.x.x/en/configurations/configurations.md +++ b/docs/3.x.x/en/configurations/configurations.md @@ -332,6 +332,7 @@ Most of the application's configurations are defined by environment. It means th - `port` (integer): Port on which the server should be running. Default value: `1337`. - `autoReload` - `enabled` (boolean): Enable or disabled server reload on files update. Default value: depends on the environment. + - `emitErrors` (boolean): Enable errors to be emited to `koa` when they happen in order to attach custom logic or use error reporting services. - `proxy` - `enabled` (boolean): Enable proxy support such as Apache or Nginx. Default value: `false`. - `ssl` (boolean): Enable proxy SSL support