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
2018-08-20 16:31:39 +02:00

26 lines
337 B
YAML

storage: ./mock-store
web:
enable: false
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