0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/test/unit/modules/bootstrap/config.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

29 lines
434 B
YAML

web:
enable: true
title: verdaccio-bootstrap
store:
memory:
limit: 10
auth:
auth-memory:
users:
test:
name: test
password: test
log: { type: stdout, format: pretty, level: warn }
packages:
'@*/*':
access: $all
publish: $authenticated
unpublish: $authenticated
proxy: npmjs
'**':
access: $all
publish: $authenticated
unpublish: $authenticated
proxy: npmjs