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
2021-04-09 17:54:01 +02:00

16 lines
236 B
YAML

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