2022-07-29 13:51:45 -05:00
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
title: verdaccio-server-e2e
|
|
|
|
login: true
|
|
|
|
|
2022-11-12 16:05:08 -05:00
|
|
|
log: { type: stdout, format: json, level: info }
|
|
|
|
|
|
|
|
uplinks:
|
|
|
|
npmjs:
|
|
|
|
url: https://registry.npmjs.org/
|
2022-07-29 13:51:45 -05:00
|
|
|
|
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
|
|
|
|
packages:
|
2022-11-12 16:05:08 -05:00
|
|
|
'@verdaccio/*':
|
|
|
|
access: $all
|
|
|
|
publish: $authenticated
|
2022-07-29 13:51:45 -05:00
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $authenticated
|
2022-11-12 16:05:08 -05:00
|
|
|
proxy: npmjs
|
2022-07-29 13:51:45 -05:00
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
publish: $authenticated
|
2022-11-12 16:05:08 -05:00
|
|
|
proxy: npmjs
|
2022-07-29 13:51:45 -05:00
|
|
|
_debug: true
|