1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/test/storage/store.spec.yaml

26 lines
377 B
YAML
Raw Normal View History

2020-03-03 23:59:19 +01:00
storage: ./storage
auth:
htpasswd:
file: ./htpasswd
packages:
'@*/*':
access: $all
publish: $all
proxy: npmjs
'corrupted-package':
access: $all
publish: $all
proxy: npmjs
'jquery':
access: $all
publish: $all
proxy: npmjs
2019-02-24 23:51:36 +01:00
'npm_test':
access: $all
publish: $all
2020-03-03 23:59:19 +01:00
logs:
- { type: stdout, format: pretty, level: warn }