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

27 lines
335 B
YAML
Raw Normal View History

2018-06-24 22:39:09 +02:00
storage: ./mock-store
web:
enable: true
title: verdaccio-server-unit-test
auth:
auth-memory:
users:
test:
name: test
password: test
logs:
- {type: stdout, format: pretty, level: warn}
packages:
'@*/*':
access: $all
publish: none
'**':
access: $all
publish: none
_debug: true