mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
28 lines
392 B
YAML
28 lines
392 B
YAML
web:
|
|
enable: true
|
|
title: verdaccio-server-protected-e2e
|
|
login: true
|
|
|
|
store:
|
|
memory:
|
|
limit: 10
|
|
|
|
auth:
|
|
auth-memory:
|
|
users:
|
|
test:
|
|
name: test
|
|
password: test
|
|
|
|
logs: { type: stdout, format: pretty, level: info }
|
|
|
|
packages:
|
|
'protected-*':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
|
|
listen: 0.0.0.0:55552
|
|
|
|
# expose internal methods
|
|
_debug: true
|