ziex/pkg/@ziex/verdaccio.yaml
2026-03-30 00:08:12 +06:00

19 lines
368 B
YAML

storage: ./.verdaccio-storage
auth:
htpasswd:
file: ./.verdaccio-htpasswd
max_users: 100
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
'@ziex/*':
access: $anonymous
publish: $anonymous
'**':
access: $anonymous
publish: $anonymous
proxy: npmjs
max_body_size: 500mb
log: { type: stdout, format: pretty, level: warn }