0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/e2e/config/config-scoped-e2e.yaml

31 lines
398 B
YAML
Raw Normal View History

2018-02-09 02:42:34 -05:00
web:
enable: true
title: verdaccio-server-e2e
store:
memory:
2018-03-24 03:07:36 -05:00
limit: 10
2018-02-09 02:42:34 -05:00
auth:
auth-memory:
users:
test:
name: test
password: test
logs:
- { type: stdout, format: pretty, level: warn }
2018-02-09 02:42:34 -05:00
packages:
'@*/*':
2018-02-09 02:42:34 -05:00
access: $all
publish: $all
'**':
access: $all
publish: $authenticated
2018-02-09 02:42:34 -05:00
listen: 0.0.0.0:55558
# expose internal methods
_debug: true