Skip to content

Commit e963e70

Browse files
authored
Make the SRC_HEADER_ env variable a little bit more discoverable (#670)
Added a little bit more discoverability to our `SRC_HEADER_` section
1 parent ccea353 commit e963e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli/explanations/env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If the environment variable is not set, it'll default to "https://sourcegraph.co
2222

2323
To create an access token, please refer to "[Creating an access token](/cli/how-tos/creating_an_access_token)".
2424

25-
## Adding request headers with `SRC_HEADER_`
25+
## Adding request headers with `SRC_HEADER_` (Proxy Authentication with `src`)
2626

2727
If your instance is behind an authenticating proxy that requires additional headers, they can be supplied via environment variables. Any environment variable passed starting with the string `SRC_HEADER_{string-A}="String-B"` will be passed into the request with form `String-A: String-B`. See examples below:
2828

0 commit comments

Comments
 (0)