mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
29 lines
431 B
YAML
29 lines
431 B
YAML
web:
|
|
enable: true
|
|
title: verdaccio
|
|
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-whoami
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $all
|
|
proxy: npmjs
|
|
'verdaccio':
|
|
access: $all
|
|
publish: $all
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $all
|
|
proxy: npmjs
|
|
_debug: true
|