You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`--enableServer <1|0>`: Enable the server (done also when supplying --host)
93
93
*`--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`.
95
95
*`--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`.
97
97
*`--sslOnly`: Set to true to only serve over HTTPS
98
98
*`--rateLimit`: Argument is the max requests allowed in one minute. Disabled by default.
99
99
*`--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