UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

50 lines (40 loc) 660 B
storage: /verdaccio/storage web: enable: true title: VerdaccioV3 Relative Path auth: htpasswd: file: /verdaccio/conf/htpasswd security: api: jwt: sign: expiresIn: 60d notBefore: 1 web: sign: expiresIn: 7d ## IMPORTANT ## url_prefix: /verdacciov3/ uplinks: npmjs: url: https://registry.npmjs.org/ packages: '@jota/*': access: $all publish: $all '@*/*': # scoped packages access: $all publish: $all proxy: npmjs '**': access: $all publish: $all proxy: npmjs middlewares: audit: enabled: true logs: - { type: stdout, format: pretty, level: trace }