@@ -119,46 +119,41 @@ The {+atlas-cli+} supports the following environment variables:
119119 - The absolute |url| or the hostname and port in the
120120 ``hostname[:port]`` format.
121121
122- .. example::
122+ The following examples show how to set up the environment
123+ variable in different situations:
123124
124- The following example shows how to set up the environment
125- variable if your proxy configuration doesn't require
126- authentication.
125+ - If your proxy configuration doesn't require authentication:
127126
128- .. code-block:: sh
129- :copyable: false
127+ .. code-block:: sh
128+ :copyable: false
130129
131- HTTP_PROXY=<my.proxy.address>
130+ HTTP_PROXY=<my.proxy.address>
132131
133- The following example shows how to set up the environment
134- variable if your proxy configuration requires authentication.
132+ - If your proxy configuration requires authentication:
135133
136- .. code-block:: sh
137- :copyable: false
134+ .. code-block:: sh
135+ :copyable: false
138136
139- HTTP_PROXY=<username>:<password>@<my.proxy.address>
137+ HTTP_PROXY=<username>:<password>@<my.proxy.address>
140138
141- The following example shows how to set up the environment
142- variable if the scheme is ``socks5``.
139+ - If the scheme is ``socks5``:
143140
144- .. code-block:: sh
145- :copyable: false
141+ .. code-block:: sh
142+ :copyable: false
146143
147- HTTP_PROXY=socks5://<my.proxy.address>
144+ HTTP_PROXY=socks5://<my.proxy.address>
148145
149146 * - ``HTTPS_PROXY``
150147 - The absolute |url|. If ``HTTP_PROXY`` is also set, this takes
151148 precedence over ``HTTP_PROXY`` for all requests.
152149
153- .. example::
150+ The following example shows how to set up the environment
151+ variable:
154152
155- The following example shows how to set up the environment
156- variable.
153+ .. code-block:: sh
154+ :copyable: false
157155
158- .. code-block:: sh
159- :copyable: false
160-
161- HTTPS_PROXY=https://<my.proxy.address>
156+ HTTPS_PROXY=https://<my.proxy.address>
162157
163158 * - ``NO_PROXY``
164159 - Indicates no proxy for the |url| because proxy isn't configured
0 commit comments