storage: ./storage #store: # memory: # limit: 1000 auth: htpasswd: file: ./htpasswd max_users: -1 web: enable: true title: verdaccio-default uplinks: local: url: http://localhost:4873 logs: - { type: stdout, format: pretty, level: warn } packages: '@*/*': access: $all publish: $anonymous unpublish: $authenticated proxy: local '**': access: $all publish: $all unpublish: $authenticated proxy: local _debug: true