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

16 lines
236 B
YAML
Raw Normal View History

2020-03-03 23:59:19 +01:00
store:
memory:
limit: 1000
uplinks:
npmjs:
url: http://localhost:4873/
packages:
'@*/*':
access: $all
publish: $all
2020-03-03 23:59:19 +01:00
'*':
access: $all
publish: $all
logs:
- { type: stdout, format: pretty, level: warn }