Skip to content

Commit

Permalink
docs: add hostname to options
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 15, 2022
1 parent d101709 commit d696fd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ listen(app)
Port to listen.
### `hostname`
- Default: `process.env.HOST || '0.0.0.0'`
Default hostname to listen.
### `https`
- Default: `false`
Expand Down

0 comments on commit d696fd5

Please sign in to comment.