You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@ The output will be 'cauliflower'.
203
203
204
204
## Include environment variables in the response
205
205
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.
0 commit comments