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

35 lines
473 B
YAML
Raw Normal View History

storage: ./storage
store:
memory:
limit: 1000
auth:
htpasswd:
file: ./htpasswd
max_users: -1
web:
enable: true
title: verdaccio-default
uplinks:
2019-12-15 23:04:11 +01:00
local:
url: http://localhost:6001
logs: { type: stdout, format: json, level: http }
packages:
'@*/*':
access: $all
publish: $anonymous
unpublish: $authenticated
2019-12-15 23:04:11 +01:00
proxy: local
'**':
access: $all
publish: $all
unpublish: $authenticated
2019-12-15 23:04:11 +01:00
proxy: local
_debug: true