2020-10-09 11:53:44 -05:00
|
|
|
storage: ./storage
|
|
|
|
plugins: ./plugins
|
|
|
|
|
|
|
|
web:
|
|
|
|
title: Verdaccio e2e
|
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
uplinks:
|
2022-06-02 10:39:49 -05:00
|
|
|
npmjs:
|
|
|
|
url: https://registry.npmjs.org/
|
2020-10-09 11:53:44 -05:00
|
|
|
|
|
|
|
packages:
|
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $authenticated
|
|
|
|
unpublish: $authenticated
|
2022-06-02 10:39:49 -05:00
|
|
|
proxy: npmjs
|
2020-10-09 11:53:44 -05:00
|
|
|
|
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
publish: $authenticated
|
|
|
|
unpublish: $authenticated
|
2022-06-02 10:39:49 -05:00
|
|
|
proxy: npmjs
|
2020-10-09 11:53:44 -05:00
|
|
|
|
|
|
|
server:
|
|
|
|
keepAliveTimeout: 60
|
|
|
|
|
|
|
|
middlewares:
|
|
|
|
audit:
|
|
|
|
enabled: true
|
|
|
|
|
2023-04-22 04:08:59 -05:00
|
|
|
log: { type: stdout, format: json, level: warn }
|