1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e-cli/config/_bootstrap_verdaccio.yaml
Juan Picado 5b6be2aa09
fix: using correctly logging levels (#2153)
* fix: using correctly logging levels

* chore: update deps
2021-03-31 21:21:40 +02:00

34 lines
512 B
YAML

storage: ./storage
auth:
htpasswd:
file: ./htpasswd
max_users: -1
web:
enable: false
title: verdaccio-e2e-pkg
uplinks:
npmjs:
url: https://registry.verdaccio.org/
logs: { type: stdout, format: json, level: http }
packages:
'@*/*':
access: $all
publish: $anonymous
unpublish: $authenticated
proxy: npmjs
'verdaccio':
access: $all
publish: $anonymous
'**':
access: $all
publish: $anonymous
unpublish: $authenticated
proxy: npmjs
_debug: true