0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/test/unit/modules/bootstrap/config.yaml

30 lines
435 B
YAML
Raw Normal View History

web:
enable: true
title: verdaccio-bootstrap
store:
memory:
limit: 10
auth:
auth-memory:
users:
test:
name: test
password: test
logs: { type: stdout, format: pretty, level: warn }
packages:
'@*/*':
access: $all
publish: $authenticated
unpublish: $authenticated
proxy: npmjs
'**':
access: $all
publish: $authenticated
unpublish: $authenticated
proxy: npmjs