@@ -119,46 +119,41 @@ The {+atlas-cli+} supports the following environment variables:
119
119
- The absolute |url| or the hostname and port in the
120
120
``hostname[:port]`` format.
121
121
122
- .. example::
122
+ The following examples show how to set up the environment
123
+ variable in different situations:
123
124
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:
127
126
128
- .. code-block:: sh
129
- :copyable: false
127
+ .. code-block:: sh
128
+ :copyable: false
130
129
131
- HTTP_PROXY=<my.proxy.address>
130
+ HTTP_PROXY=<my.proxy.address>
132
131
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:
135
133
136
- .. code-block:: sh
137
- :copyable: false
134
+ .. code-block:: sh
135
+ :copyable: false
138
136
139
- HTTP_PROXY=<username>:<password>@<my.proxy.address>
137
+ HTTP_PROXY=<username>:<password>@<my.proxy.address>
140
138
141
- The following example shows how to set up the environment
142
- variable if the scheme is ``socks5``.
139
+ - If the scheme is ``socks5``:
143
140
144
- .. code-block:: sh
145
- :copyable: false
141
+ .. code-block:: sh
142
+ :copyable: false
146
143
147
- HTTP_PROXY=socks5://<my.proxy.address>
144
+ HTTP_PROXY=socks5://<my.proxy.address>
148
145
149
146
* - ``HTTPS_PROXY``
150
147
- The absolute |url|. If ``HTTP_PROXY`` is also set, this takes
151
148
precedence over ``HTTP_PROXY`` for all requests.
152
149
153
- .. example::
150
+ The following example shows how to set up the environment
151
+ variable:
154
152
155
- The following example shows how to set up the environment
156
- variable.
153
+ .. code-block:: sh
154
+ :copyable: false
157
155
158
- .. code-block:: sh
159
- :copyable: false
160
-
161
- HTTPS_PROXY=https://<my.proxy.address>
156
+ HTTPS_PROXY=https://<my.proxy.address>
162
157
163
158
* - ``NO_PROXY``
164
159
- Indicates no proxy for the |url| because proxy isn't configured
0 commit comments