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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,8 +330,8 @@ These variables are set in your environment and take precedence over options fro
330
330
331
331
-`SERVER_PROXY_HOST`: The host of the proxy server to use, if it exists (defaults to ``).
332
332
-`SERVER_PROXY_PORT`: The port of the proxy server to use, if it exists (defaults to ``).
333
-
-`SERVER_PROXY_USERNAME`: If used proxy with authentication, need to pass username and password (defaults to ``).
334
-
-`SERVER_PROXY_PASSWORD`: If used proxy with authentication, need to pass username and password (defaults to ``).
333
+
-`SERVER_PROXY_USERNAME`: Proxy username - if using a proxy server with authentication (defaults to ``).
334
+
-`SERVER_PROXY_PASSWORD`: Proxy password - if using a proxy server with authentication (defaults to ``).
335
335
-`SERVER_PROXY_TIMEOUT`: The timeout for the proxy server to use, if it exists (defaults to ``).
336
336
337
337
### Server Rate Limiting Config
@@ -428,8 +428,8 @@ _Available options:_
428
428
-`--serverBenchmarking`: Indicates whether to display the duration, in milliseconds, of specific actions that occur on the server while serving a request (defaults to `false`).
429
429
-`--proxyHost`: The host of the proxy server to use, if it exists (defaults to `false`).
430
430
-`--proxyPort`: The port of the proxy server to use, if it exists (defaults to `false`).
431
-
-`--proxyUsername`: If used proxy with authentication, need to pass username and password (defaults to `false`).
432
-
-`--proxyPassword`: If used proxy with authentication, need to pass username and password (defaults to `false`).
431
+
-`--proxyUsername`: Proxy username - if using an authenticated proxy server. (defaults to `false`).
432
+
-`--proxyPassword`: Proxy password - if using an authenticated proxy server. (defaults to `false`).
433
433
-`--proxyTimeout`: The timeout for the proxy server to use, if it exists (defaults to `5000`).
434
434
-`--enableRateLimiting`: Enables rate limiting for the server (defaults to `false`).
435
435
-`--maxRequests`: The maximum number of requests allowed in one minute (defaults to `10`).
0 commit comments