Skip to content

Commit

Permalink
use HOST instead of REMOTE for consistency w/rover
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Nov 7, 2024
1 parent 83c7134 commit b99624c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ If your remote proxy requires authentication, you can configure that as part of
Be aware that this will cause the password to appear in plaintext in the command output:

```bash
export APOLLO_ROUTER_DOWNLOAD_REMOTE="https://<user>:<password>@myartifact-mirror...."
export APOLLO_ROUTER_DOWNLOAD_REMOTE=https://<user>:<password>@myartifact-mirror...."
```
## Next steps
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

set -u
BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_REMOTE:="https://github.com/apollographql/router/releases/download"}"
BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_DOWNLOAD_HOST:="https://github.com/apollographql/router/releases/download"}"

# Router version defined in apollo-router's Cargo.toml
# Note: Change this line manually during the release steps.
Expand Down

0 comments on commit b99624c

Please sign in to comment.