mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
5e9637da90
* fix: add missing token auth middleware * improve tests * format
29 lines
434 B
YAML
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
|