Last active
September 9, 2017 16:07
-
-
Save ksatirli/85b9835b6c39a61b11df5d9859a30f2f to your computer and use it in GitHub Desktop.
Nexus: using local registries for common services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auths": { | |
"https://index.docker.io/v1/": {}, | |
"localhost:8083": {} | |
}, | |
"credsStore": "osxkeychain" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
registry=http://localhost:8081/repository/npm-proxy/ | |
# alternatively, set this using `npm set registry http://localhost:8081/repository/npm-proxy/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
index = http://localhost:8081/repository/pypi-internal/pypi | |
index-url = http://localhost:8081/repository/pypi-internal/simple | |
[list] | |
format=legacy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment