Files
bknd/verdaccio.yml
2024-11-16 12:01:47 +01:00

15 lines
263 B
YAML

storage: .verdaccio/storage
auth:
htpasswd:
file: .verdaccio/htpasswd
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
'**':
access: $all
publish: $authenticated
proxy: npmjs
log: { type: stdout, format: pretty, level: http }