ci-demo-2/infrastructure/verdaccio/config.yaml

17 lines
273 B
YAML

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