mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix config file comment
This commit is contained in:
parent
4c11a42d21
commit
76ebb24b77
1 changed files with 4 additions and 3 deletions
|
@ -36,10 +36,11 @@ packages:
|
|||
#
|
||||
# you can specify usernames/groupnames (depending on your auth plugin)
|
||||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||
allow_access: $authenticated
|
||||
allow_access: $all
|
||||
|
||||
# allow 'admin' to publish packages
|
||||
allow_publish: $all
|
||||
# allow all known users to publish packages
|
||||
# (anyone can register by default, remember?)
|
||||
allow_publish: $authenticated
|
||||
|
||||
# if package is not available locally, proxy requests to 'npmjs' registry
|
||||
proxy: npmjs
|
||||
|
|
Loading…
Reference in a new issue