mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
27 lines
335 B
YAML
27 lines
335 B
YAML
|
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
|