0
Fork 0
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:
Alex Kocharin 2014-11-13 21:32:01 +03:00
parent 4c11a42d21
commit 76ebb24b77

View file

@ -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