0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/packages/server/test/basic/basic.yaml

14 lines
231 B
YAML

store:
memory:
limit: 1000
uplinks:
npmjs:
url: http://localhost:4873/
packages:
'@*/*':
access: $all
publish: $all
'*':
access: $all
publish: $all
log: { type: stdout, format: pretty, level: warn }