mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
30 lines
432 B
YAML
30 lines
432 B
YAML
|
web:
|
||
|
enable: true
|
||
|
title: verdaccio
|
||
|
|
||
|
uplinks:
|
||
|
npmjs:
|
||
|
url: https://registry.npmjs.org/
|
||
|
|
||
|
logs: { 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
|