2019-10-13 15:27:01 +07:00
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
title: verdaccio-server-protected-e2e
|
|
|
|
|
|
|
|
store:
|
|
|
|
memory:
|
|
|
|
limit: 10
|
|
|
|
|
|
|
|
auth:
|
|
|
|
auth-memory:
|
|
|
|
users:
|
|
|
|
test:
|
|
|
|
name: test
|
|
|
|
password: test
|
|
|
|
|
|
|
|
logs:
|
2019-11-08 12:23:22 +07:00
|
|
|
- { type: stdout, format: pretty, level: info }
|
2019-10-13 15:27:01 +07:00
|
|
|
|
|
|
|
packages:
|
|
|
|
'protected-*':
|
|
|
|
access: $authenticated
|
|
|
|
publish: $authenticated
|
|
|
|
|
|
|
|
theme:
|
|
|
|
../plugins/theme:
|
|
|
|
prop: dummy
|
|
|
|
|
|
|
|
listen: 0.0.0.0:55552
|
|
|
|
|
|
|
|
# expose internal methods
|
|
|
|
_debug: true
|