2018-02-09 02:42:34 -05:00
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
title: verdaccio-server-e2e
|
|
|
|
|
2018-02-10 03:16:24 -05:00
|
|
|
store:
|
|
|
|
memory:
|
2018-03-24 03:07:36 -05:00
|
|
|
limit: 10
|
2018-02-10 03:16:24 -05:00
|
|
|
|
2018-02-09 02:42:34 -05:00
|
|
|
auth:
|
|
|
|
auth-memory:
|
|
|
|
users:
|
|
|
|
test:
|
|
|
|
name: test
|
|
|
|
password: test
|
|
|
|
|
|
|
|
logs:
|
2018-08-20 09:31:39 -05:00
|
|
|
- { type: stdout, format: pretty, level: warn }
|
2018-02-09 02:42:34 -05:00
|
|
|
|
|
|
|
packages:
|
2018-02-10 10:43:14 -05:00
|
|
|
'@*/*':
|
2018-02-09 02:42:34 -05:00
|
|
|
access: $all
|
2018-02-10 10:43:14 -05:00
|
|
|
publish: $all
|
|
|
|
'**':
|
|
|
|
access: $all
|
2018-03-13 16:15:21 -05:00
|
|
|
publish: $authenticated
|
2018-02-09 02:42:34 -05:00
|
|
|
|
|
|
|
listen: 0.0.0.0:55558
|
|
|
|
|
|
|
|
# expose internal methods
|
|
|
|
_debug: true
|