1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e/config/config-scoped-e2e.yaml
2018-03-24 09:07:36 +01:00

34 lines
486 B
YAML

# this is useless yet since we use a custom storage, just ignore it
storage: ./store-e2e
web:
enable: true
title: verdaccio-server-e2e
store:
memory:
limit: 10
auth:
auth-memory:
users:
test:
name: test
password: test
logs:
- {type: stdout, format: pretty, level: warn}
packages:
'@*/*':
access: $all
publish: $all
'**':
access: $all
publish: $authenticated
listen: 0.0.0.0:55558
# expose internal methods
_debug: true