2018-02-09 08:42:34 +01:00
|
|
|
web:
|
|
|
|
enable: true
|
2018-03-13 22:15:21 +01:00
|
|
|
title: verdaccio-server-protected-e2e
|
2018-02-09 08:42:34 +01:00
|
|
|
|
2018-02-10 09:16:24 +01:00
|
|
|
store:
|
|
|
|
memory:
|
2018-03-24 09:07:36 +01:00
|
|
|
limit: 10
|
2018-02-10 09:16:24 +01:00
|
|
|
|
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-03-13 22:15:21 +01:00
|
|
|
'protected-*':
|
|
|
|
access: $authenticated
|
|
|
|
publish: $authenticated
|
2018-02-09 08:42:34 +01:00
|
|
|
|
2018-03-13 22:15:21 +01:00
|
|
|
listen: 0.0.0.0:55552
|
2018-02-09 08:42:34 +01:00
|
|
|
|
|
|
|
# expose internal methods
|
|
|
|
_debug: true
|