Skip to content

Commit

Permalink
Add documentation about specifying the HTTP port.
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed May 18, 2015
1 parent 34edae6 commit 779b4b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ By using [WebRTC](http://www.webrtc.org), FilePizza eliminates the initial uploa
$ npm install
$ npm start

You can specify the port that FilePizza's HTTP server uses by setting the `PORT` environment variable:

$ env PORT=8080 npm start

## Requirements

* node `0.12.x`
Expand Down

0 comments on commit 779b4b7

Please sign in to comment.