Last active
September 17, 2020 15:26
-
-
Save ohmrefresh/e3bb66a8320e1c9ef36462bb061110c7 to your computer and use it in GitHub Desktop.
This file is a configuration file for NPM for demo
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://127.0.0.1:8081/repository/npm-group/ #Nexus URL (private) | |
_auth=dXNlcjpwYXNzd29yZAo= ##echo -n 'user:password'| openssl base64 | |
[email protected] #email | |
always-auth=true | |
init.author.name = ohmrefresh | |
init.author.email = [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment