We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c570bd9 commit 8495202Copy full SHA for 8495202
text/0000-alternative-registries.md
@@ -83,7 +83,7 @@ currently supports configuring any key in `.cargo/config` using environment vari
83
To configure TravisCI to use an alternate registry named `my-registry` for example, you can use
84
[Travis' encrypted environment variables feature](https://docs.travis-ci.com/user/environment-variables/#Defining-encrypted-variables-in-.travis.yml) to set:
85
86
-`CARGO_REGISTRY_MY_REGISTRY_INDEX=https://username:password@my-intranet:8080/index`
+`CARGO_REGISTRY_MY_REGISTRY_INDEX=https://my-intranet:8080/index`
87
88
## Using a dependency from another registry
89
0 commit comments