Skip to content

Commit fa995da

Browse files
committed
Fixed wording
1 parent c0f8847 commit fa995da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ These variables are set in your environment and take precedence over options fro
330330

331331
- `SERVER_PROXY_HOST`: The host of the proxy server to use, if it exists (defaults to ``).
332332
- `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 ``).
335335
- `SERVER_PROXY_TIMEOUT`: The timeout for the proxy server to use, if it exists (defaults to ``).
336336

337337
### Server Rate Limiting Config
@@ -428,8 +428,8 @@ _Available options:_
428428
- `--serverBenchmarking`: Indicates whether to display the duration, in milliseconds, of specific actions that occur on the server while serving a request (defaults to `false`).
429429
- `--proxyHost`: The host of the proxy server to use, if it exists (defaults to `false`).
430430
- `--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`).
433433
- `--proxyTimeout`: The timeout for the proxy server to use, if it exists (defaults to `5000`).
434434
- `--enableRateLimiting`: Enables rate limiting for the server (defaults to `false`).
435435
- `--maxRequests`: The maximum number of requests allowed in one minute (defaults to `10`).

0 commit comments

Comments
 (0)