From 00156dfec675e27ea5f46fbe54413829b9188dbf Mon Sep 17 00:00:00 2001 From: Amit Portnoy Date: Sun, 19 Feb 2017 00:01:58 +0200 Subject: [PATCH] remove unused app.name (#899) --- docs/api/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 65c52c7..3549297 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -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]