Last active
July 28, 2020 23:00
-
-
Save esslamben/7dbcf03f6a9b2d145e67659df4511388 to your computer and use it in GitHub Desktop.
NPM Register
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
storage: ./storage | |
auth: | |
htpasswd: | |
file: ./htpasswd | |
uplinks: | |
npmjs: | |
url: https://registry.npmjs.org/ | |
packages: | |
'@*/*': | |
access: $all | |
publish: $authenticated | |
proxy: npmjs | |
'**': | |
proxy: npmjs | |
logs: | |
- {type: stdout, format: pretty, level: http} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment