add app.context docs

master
Travis Jeffery 2015-08-30 22:20:22 -05:00
parent 6563e6ac3d
commit e710b4b05f
1 changed files with 9 additions and 0 deletions

View File

@ -162,6 +162,15 @@ app.keys = new KeyGrip(['im a newer secret', 'i like turtle'], 'sha256');
this.cookies.set('name', 'tobi', { signed: true });
```
## app.context
The recommended namespace to extend with information that's useful
throughout the lifetime of your application, as opposed to a per request basis.
```js
app.context.db = db();
```
## Error Handling
By default outputs all errors to stderr unless __NODE_ENV__ is "test". To perform custom error-handling logic such as centralized logging you