mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
7686417f29
* feat: update readme v4 * chore: update @verdaccio/ui-theme@0.1.9 * chore: update @verdaccio/ui-theme@0.1.10
26 lines
338 B
YAML
26 lines
338 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: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: none
|
|
'**':
|
|
access: $all
|
|
publish: none
|
|
|
|
_debug: true
|