mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
27 lines
412 B
YAML
27 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
|