1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e-cli/config/default.yaml
Juan Picado ee97dcb46c
feat: replace bunyan by pino.js (#2148)
* feat: replace bunyan by pino.js

* chore: refactor logger

* chore: fix e2e

* chore: better catch
2021-03-30 20:32:46 +02:00

35 lines
476 B
YAML

storage: ./storage
#store:
# memory:
# limit: 1000
auth:
htpasswd:
file: ./htpasswd
max_users: -1
web:
enable: true
title: verdaccio-default
uplinks:
local:
url: http://localhost:4873
logs: { type: stdout, format: json, level: warn }
packages:
'@*/*':
access: $all
publish: $anonymous
unpublish: $authenticated
proxy: local
'**':
access: $all
publish: $all
unpublish: $authenticated
proxy: local
_debug: true