Skip to content

Commit d277e6b

Browse files
committed
Clarify it's not a default behavior
1 parent 2a4b5f7 commit d277e6b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ The output will be 'cauliflower'.
203203

204204
## Include environment variables in the response
205205

206-
You can have all environment variables added to the response body. Because this can contain sensitive information, it is not a default behavior. Pass the `ECHO_INCLUDE_ENV_VARS=1` environment variable in.
206+
You can have environment variables (that are visible to the echo server's process) added to the response body. Because this could contain sensitive information, it is not a default behavior.
207+
208+
Pass the `ECHO_INCLUDE_ENV_VARS=1` environment variable in.
207209

208210
```bash
209211
docker run -d --rm -e ECHO_INCLUDE_ENV_VARS=1 --name http-echo-tests -p 8080:8080 -p 8443:8443 -t mendhak/http-https-echo:25

0 commit comments

Comments
 (0)