1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/test/e2e/config/config-protected-e2e.yaml

31 lines
472 B
YAML
Raw Normal View History

# this is useless yet since we use a custom storage, just ignore it
2018-02-09 08:42:34 +01:00
storage: ./store-e2e
web:
enable: true
title: verdaccio-server-protected-e2e
2018-02-09 08:42:34 +01:00
store:
memory:
cache: true
2018-02-09 08:42:34 +01:00
auth:
auth-memory:
users:
test:
name: test
password: test
logs:
- {type: stdout, format: pretty, level: warn}
2018-02-09 08:42:34 +01:00
packages:
'protected-*':
access: $authenticated
publish: $authenticated
2018-02-09 08:42:34 +01:00
listen: 0.0.0.0:55552
2018-02-09 08:42:34 +01:00
# expose internal methods
_debug: true