Skip to content

Commit 4c6e584

Browse files
authored
Merge pull request #139 from jeffkenney/document-server-ports
add default http and https ports to readme
2 parents 0cce350 + 3350573 commit 4c6e584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ ln -s `which nodejs` /usr/bin/node
9191

9292
* `--enableServer <1|0>`: Enable the server (done also when supplying --host)
9393
* `--host`: The hostname to run the server on.
94-
* `--port`: The port to listen for incoming requests on.
94+
* `--port`: The port to listen for incoming requests on. Defaults to `7801`.
9595
* `--sslPath`: The path to the SSL key/certificate. Indirectly enables SSL support.
96-
* `--sslPort`: Port on which to run the HTTPS server
96+
* `--sslPort`: Port on which to run the HTTPS server. Defaults to `443`.
9797
* `--sslOnly`: Set to true to only serve over HTTPS
9898
* `--rateLimit`: Argument is the max requests allowed in one minute. Disabled by default.
9999
* `--skipKey` and `--skipToken`: Key/token pair that allows bypassing the rate limiter. On requests, these should be sent as such: `?key=<key>&access_token=<token>`.

0 commit comments

Comments
 (0)