Created
April 11, 2021 08:54
-
-
Save tofu-soya-p77u4n/89500bdbd382ecbbdf2bc9ff7d109393 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: /verdaccio/storage | |
plugins: /verdaccio/plugins | |
web: | |
title: Verdaccio | |
auth: | |
htpasswd: | |
file: ./htpasswd | |
uplinks: | |
npmjs: | |
url: https://registry.npmjs.org/ | |
packages: | |
'@*/*': | |
access: $all | |
publish: $authenticated | |
unpublish: $authenticated | |
proxy: npmjs | |
'**': | |
access: $all | |
publish: $authenticated | |
unpublish: $authenticated | |
proxy: npmjs | |
middlewares: | |
audit: | |
enabled: true | |
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