Skip to content

Commit d6ec3d5

Browse files
docs: show correct default value for application.port
1 parent e7574f3 commit d6ec3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Defaults to connection string provided in `process.env.MONGO_URL`.
4949

5050
A number representing the port the application server should listen on.
5151

52-
Defaults to `3000`.
52+
Defaults to `process.env.PORT`, else `3000`.
5353

5454
## `name`
5555

0 commit comments

Comments
 (0)