1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00
verdaccio/config.example.yaml
2013-06-13 18:21:14 +04:00

24 lines
409 B
YAML

# path to a directory with all packages
storage: ./storage
users:
user1:
# require('crypto').createHash('sha1').update('test').digest('hex')
password: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
uplinks:
npmjs:
url: https://registry.npmjs.org/
GGusers: &GG user1 user2
packages:
/^local-/:
#wg1: read write
#npmjs: read
access: *GG
publish: *GG
proxy: npmjs owner all