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

22 lines
387 B
YAML
Raw Normal View History

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