We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7574f3 commit d6ec3d5Copy full SHA for d6ec3d5
docs/configuration/application.md
@@ -49,7 +49,7 @@ Defaults to connection string provided in `process.env.MONGO_URL`.
49
50
A number representing the port the application server should listen on.
51
52
-Defaults to `3000`.
+Defaults to `process.env.PORT`, else `3000`.
53
54
## `name`
55
0 commit comments