remove unused app.name (#899)

This commit is contained in:
Amit Portnoy 2017-02-19 00:01:58 +02:00 committed by jongleberry
parent 152b6d73b7
commit 00156dfec6

View file

@ -110,7 +110,6 @@ app.listen(3000);
Application settings are properties on the `app` instance, currently Application settings are properties on the `app` instance, currently
the following are supported: the following are supported:
- `app.name` optionally give your application a name
- `app.env` defaulting to the __NODE_ENV__ or "development" - `app.env` defaulting to the __NODE_ENV__ or "development"
- `app.proxy` when true proxy header fields will be trusted - `app.proxy` when true proxy header fields will be trusted
- `app.subdomainOffset` offset of `.subdomains` to ignore [2] - `app.subdomainOffset` offset of `.subdomains` to ignore [2]