mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
deleting config example
This commit is contained in:
parent
1c827ebbd0
commit
d471200837
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
|
||||
# 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
|
||||
|
Loading…
Reference in a new issue