2018-02-09 08:42:34 +01:00
|
|
|
storage: ./store-e2e
|
|
|
|
|
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
title: verdaccio-server-e2e
|
|
|
|
|
2018-02-10 09:16:24 +01:00
|
|
|
store:
|
|
|
|
memory:
|
|
|
|
cache: true
|
|
|
|
|
2018-02-09 08:42:34 +01:00
|
|
|
auth:
|
|
|
|
auth-memory:
|
|
|
|
users:
|
|
|
|
test:
|
|
|
|
name: test
|
|
|
|
password: test
|
|
|
|
|
|
|
|
logs:
|
2018-02-10 17:09:02 +01:00
|
|
|
- {type: stdout, format: pretty, level: warn}
|
2018-02-09 08:42:34 +01:00
|
|
|
|
|
|
|
packages:
|
2018-02-10 16:43:14 +01:00
|
|
|
'@*/*':
|
2018-02-09 08:42:34 +01:00
|
|
|
access: $all
|
2018-02-10 16:43:14 +01:00
|
|
|
publish: $all
|
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
2018-02-09 08:42:34 +01:00
|
|
|
|
|
|
|
listen: 0.0.0.0:55558
|
|
|
|
|
|
|
|
# expose internal methods
|
|
|
|
_debug: true
|