mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
b849128ded
* chore: add local publish support * chore: fix upload scoped tarball * add e2e
26 lines
412 B
YAML
26 lines
412 B
YAML
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-publish-proxy
|
|
web:
|
|
enable: true
|
|
title: verdaccio
|
|
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $anonymous
|
|
unpublish: $anonymous
|
|
proxy: npmjs
|
|
'**':
|
|
access: $all
|
|
publish: $anonymous
|
|
unpublish: $anonymous
|
|
proxy: npmjs
|
|
|
|
_debug: true
|