Skip to content

Commit

Permalink
docs: show correct default value for application.port
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 26, 2024
1 parent e7574f3 commit d6ec3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Defaults to connection string provided in `process.env.MONGO_URL`.

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

Defaults to `3000`.
Defaults to `process.env.PORT`, else `3000`.

## `name`

Expand Down

0 comments on commit d6ec3d5

Please sign in to comment.