From 779b4b764483f4d1aab012eca272e7e7a99814bf Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Mon, 18 May 2015 03:23:54 -0700 Subject: [PATCH] Add documentation about specifying the HTTP port. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0eddda2..cd879ee 100644 --- a/README.md +++ b/README.md @@ -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`