Skip to content

Commit

Permalink
Docs: Remove error default value for serverPort (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMPL authored and sapegin committed Aug 31, 2018
1 parent 0e25dc6 commit 10be4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Dev server hostname.

#### `serverPort`

Type: `Number`, default: `process.env.NODE_ENV` or `6060`
Type: `Number`, default: `6060`

Dev server port.

Expand Down

0 comments on commit 10be4c8

Please sign in to comment.