forked from sombochea/verdaccio-ui
32 lines
426 B
YAML
32 lines
426 B
YAML
|
web:
|
||
|
enable: true
|
||
|
title: verdaccio-server-protected-e2e
|
||
|
|
||
|
store:
|
||
|
memory:
|
||
|
limit: 10
|
||
|
|
||
|
auth:
|
||
|
auth-memory:
|
||
|
users:
|
||
|
test:
|
||
|
name: test
|
||
|
password: test
|
||
|
|
||
|
logs:
|
||
|
- { type: stdout, format: pretty, level: warn }
|
||
|
|
||
|
packages:
|
||
|
'protected-*':
|
||
|
access: $authenticated
|
||
|
publish: $authenticated
|
||
|
|
||
|
theme:
|
||
|
../plugins/theme:
|
||
|
prop: dummy
|
||
|
|
||
|
listen: 0.0.0.0:55552
|
||
|
|
||
|
# expose internal methods
|
||
|
_debug: true
|