mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
74cd588828
* fix: bug on change password npm profile * add new case
27 lines
386 B
YAML
27 lines
386 B
YAML
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-profile
|
|
web:
|
|
enable: true
|
|
title: verdaccio
|
|
|
|
uplinks:
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $all
|
|
proxy: npmjs
|
|
'verdaccio':
|
|
access: $all
|
|
publish: $all
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $all
|
|
proxy: npmjs
|
|
|
|
_debug: true
|