Skip to content

Commit

Permalink
fixing syntax
Browse files Browse the repository at this point in the history
Signed-off-by: anaxceron <[email protected]>
  • Loading branch information
anaxceron committed Nov 11, 2024
1 parent bb89af1 commit 6d2f912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/cli-configuringcli-ev.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ If your network configuration requires communication with the mainframe to be pe

| Environment Variable | Description | Example Value |
| - | - | - |
| `HTTPS_PROXY`, `https_proxy` | Use an `https` proxy to route communication to the mainframe when your proxy server supports `https`. | If authentication required: </br> `https://[user]:[password]@[address]:[port]` </br> If authentication not required: `https://[address]:[port]` |
| `HTTP_PROXY`, `http_proxy` | Use an `http` proxy to route communication to the mainframe when your proxy server does not support `https`. | If authentication required: </br> `http://[user]:[password]@[address]:[port]` </br> If authentication not required: `http://[address]:[port]`|
| `HTTPS_PROXY`, `https_proxy` | Use an `https` proxy to route communication to the mainframe when your proxy server supports `https`. | If authentication required: <br /> `https://[user]:[password]@[address]:[port]` <br /> If authentication not required: `https://[address]:[port]` |
| `HTTP_PROXY`, `http_proxy` | Use an `http` proxy to route communication to the mainframe when your proxy server does not support `https`. | If authentication required: <br /> `http://[user]:[password]@[address]:[port]` <br /> If authentication not required: `http://[address]:[port]`|
| `NO_PROXY` | Set a list of host addresses (separated by commas) to connect to the specified hosts without going through a proxy.| `https://[address_1],https://[address_2]`, `http://[address_1],http://[address_2]`, `*.address_1,*.address_2` |

0 comments on commit 6d2f912

Please sign in to comment.