mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
deleting config example
This commit is contained in:
parent
1c827ebbd0
commit
d471200837
@ -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 New Issue
Block a user