1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/test/web/web.yaml
2021-04-09 17:54:01 +02:00

22 lines
387 B
YAML

storage: ./storage_default_storage
auth:
htpasswd:
file: ./htpasswd
packages:
'@*/*':
access: $all
publish: $all
proxy: npmjs
unpublish: remote
'forbidden-place':
access: nobody_can_access_this_package
publish: $all
'*':
access: $all
publish: $all
unpublish: xxx
proxy: remote
logs:
- { type: stdout, format: pretty, level: error }