1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/packages/api/test/integration/config/ping.yaml

31 lines
403 B
YAML
Raw Normal View History

store:
memory:
limit: 10
auth:
auth-memory:
users:
web:
enable: true
title: verdaccio
uplinks:
logs: { type: stdout, format: pretty, level: trace }
packages:
'@*/*':
access: $all
publish: $all
unpublish: $all
proxy: npmjs
'verdaccio':
access: $all
publish: $all
'**':
access: $all
publish: $all
unpublish: $all
proxy: npmjs
_debug: true