Skip to content

Instantly share code, notes, and snippets.

@ksatirli
Last active September 9, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksatirli/85b9835b6c39a61b11df5d9859a30f2f to your computer and use it in GitHub Desktop.
Save ksatirli/85b9835b6c39a61b11df5d9859a30f2f to your computer and use it in GitHub Desktop.
Nexus: using local registries for common services
{
"auths": {
"https://index.docker.io/v1/": {},
"localhost:8083": {}
},
"credsStore": "osxkeychain"
}
registry=http://localhost:8081/repository/npm-proxy/
# alternatively, set this using `npm set registry http://localhost:8081/repository/npm-proxy/`
[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