remove unused app.name (#899)

master
Amit Portnoy 2017-02-19 00:01:58 +02:00 committed by jongleberry
parent 152b6d73b7
commit 00156dfec6
1 changed files with 0 additions and 1 deletions

View File

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