1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e/config/config-protected-e2e.yaml
Juan Picado @jotadeveloper 1740aad834
test(e2e): add test for protected packages
Protected packages are not displayed on UI
2018-03-13 22:15:21 +01:00

31 lines
472 B
YAML

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