remove unused app.name (#899)
This commit is contained in:
parent
152b6d73b7
commit
00156dfec6
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue