mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
5e9637da90
* fix: add missing token auth middleware * improve tests * format
24 lines
333 B
YAML
24 lines
333 B
YAML
storage: ./mock-store
|
|
|
|
web:
|
|
enable: false
|
|
title: verdaccio-server-unit-test
|
|
|
|
auth:
|
|
auth-memory:
|
|
users:
|
|
test:
|
|
name: test
|
|
password: test
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: none
|
|
'**':
|
|
access: $all
|
|
publish: none
|
|
|
|
_debug: true
|