Skip to content

Instantly share code, notes, and snippets.

@esslamben
Last active July 28, 2020 23:00
Show Gist options
  • Save esslamben/7dbcf03f6a9b2d145e67659df4511388 to your computer and use it in GitHub Desktop.
Save esslamben/7dbcf03f6a9b2d145e67659df4511388 to your computer and use it in GitHub Desktop.
NPM Register
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