mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
25 lines
313 B
YAML
25 lines
313 B
YAML
|
storage: ./store-e2e
|
||
|
|
||
|
web:
|
||
|
enable: true
|
||
|
title: verdaccio-server-e2e
|
||
|
|
||
|
auth:
|
||
|
auth-memory:
|
||
|
users:
|
||
|
test:
|
||
|
name: test
|
||
|
password: test
|
||
|
|
||
|
logs:
|
||
|
- {type: stdout, format: pretty, level: trace}
|
||
|
|
||
|
packages:
|
||
|
'*':
|
||
|
access: $all
|
||
|
|
||
|
listen: 0.0.0.0:55558
|
||
|
|
||
|
# expose internal methods
|
||
|
_debug: true
|