Last active
August 2, 2020 23:32
-
-
Save esslamben/0605f1d516996729a801f5f8975966b7 to your computer and use it in GitHub Desktop.
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 | |
max_users: -1 | |
uplinks: | |
npmjs: | |
url: https://registry.npmjs.org/ | |
packages: | |
'**': | |
proxy: npmjs | |
access: $authenticated | |
publish: $authenticated | |
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