0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/test/unit/partials/config-unit-mock-server-test.yaml
Juan Picado 5e9637da90
fix: add missing token auth middleware (#3944)
* fix: add missing token auth middleware

* improve tests

* format
2023-07-21 00:32:14 +02:00

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